#4342AE

Color #4342AE Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4342AE

Tints of Governor Bay #4342AE

Color information

#4342AE (or 0x4342AE) is unknown color: approx Governor Bay. HEX triplet: 43, 42 and AE. RGB value is (67,66,174). Sum of RGB (Red+Green+Blue) = 67+66+174=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #4342AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4342AE is #BCBD51. Grayscale: #4E4E4E. Windows color (decimal): -12369234 or 11420227. OLE color: 11420227.

HSL color Cylindrical-coordinate representation of color #4342AE: hue angle of 240.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4342AE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6766174-
CMYK0.610.6200.32
HSL240.56º45%47.06%-
HSV(B)240.56º62.07%68.24%-
XYZ11.98.1540.99-
YUV78.61181.83119.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=21.82%
G=21.50%
B=56.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67661740.610.6200.32240.564547.06
Hex4342AE3D3E020f12d2f
Octal10310225675760403615557
Binary1000011100001010101110111101111110010000011110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4342AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4342AE; }

 p { color: rgb(67,66,174); }

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

<style>
 a { background-color: #4342AE; }

 a { background-color: rgb(67,66,174); }

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

<style>
 span { border-color: #4342AE; }

 span { border-color: rgb(67,66,174); }

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