#432FA8

Color #432FA8 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #432FA8

Tints of Blue Gem #432FA8

Color information

#432FA8 (or 0x432FA8) is unknown color: approx Blue Gem. HEX triplet: 43, 2F and A8. RGB value is (67,47,168). Sum of RGB (Red+Green+Blue) = 67+47+168=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #432FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FA8 is #BCD057. Grayscale: #424242. Windows color (decimal): -12374104 or 11022147. OLE color: 11022147.

HSL color Cylindrical-coordinate representation of color #432FA8: hue angle of 249.92º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432FA8 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6747168-
CMYK0.600.7200.34
HSL249.92º56.28%42.16%-
HSV(B)249.92º72.02%65.88%-
XYZ10.46.0537.67-
YUV66.77185.13128.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 168 (66.02% from 255) = 59.57%
R=23.76%
G=16.67%
B=59.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal67471680.600.7200.34249.9256.2842.16
Hex432FA83C48022fa382a
Octal10357250741100423727052
Binary1000011101111101010001111001001000010001011111010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432FA8; }

 p { color: rgb(67,47,168); }

 H1.HeaderClassName
 {
   color: #432FA8;
 }
 .AnyTagClassName
 {
   color: #432FA8;
 }
</style>
background-color css

<style>
 a { background-color: #432FA8; }

 a { background-color: rgb(67,47,168); }

 div.DivClassName
 {
   background-color: #432FA8;
 }
 .BgClassName
 {
   background-color: #432FA8;
 }
</style>
border-color css

<style>
 span { border-color: #432FA8; }

 span { border-color: rgb(67,47,168); }

 td.TdClassName
 {
   border-color: #432FA8;
 }
 .TagClassName
 {
   border-color: #432FA8;
 }
</style>