#3C429F

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

Shades of Governor Bay #3C429F

Tints of Governor Bay #3C429F

Color information

#3C429F (or 0x3C429F) is unknown color: approx Governor Bay. HEX triplet: 3C, 42 and 9F. RGB value is (60,66,159). Sum of RGB (Red+Green+Blue) = 60+66+159=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C429F is #C3BD60. Grayscale: #4A4A4A. Windows color (decimal): -12828001 or 10437180. OLE color: 10437180.

HSL color Cylindrical-coordinate representation of color #3C429F: hue angle of 236.36º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C429F is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6066159-
CMYK0.620.5800.38
HSL236.36º45.21%42.94%-
HSV(B)236.36º62.26%62.35%-
XYZ10.077.3633.69-
YUV74.81175.51117.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=21.05%
G=23.16%
B=55.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60661590.620.5800.38236.3645.2142.94
Hex3C429F3E3A026ec2d2b
Octal7410223776720463545553
Binary111100100001010011111111110111010010011011101100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C429F; }

 p { color: rgb(60,66,159); }

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

<style>
 a { background-color: #3C429F; }

 a { background-color: rgb(60,66,159); }

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

<style>
 span { border-color: #3C429F; }

 span { border-color: rgb(60,66,159); }

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