#3C459C

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

Shades of Governor Bay #3C459C

Tints of Governor Bay #3C459C

Color information

#3C459C (or 0x3C459C) is unknown color: approx Governor Bay. HEX triplet: 3C, 45 and 9C. RGB value is (60,69,156). Sum of RGB (Red+Green+Blue) = 60+69+156=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C459C is #C3BA63. Grayscale: #4B4B4B. Windows color (decimal): -12827236 or 10241340. OLE color: 10241340.

HSL color Cylindrical-coordinate representation of color #3C459C: hue angle of 234.38º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C459C is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6069156-
CMYK0.620.5600.39
HSL234.38º44.44%42.35%-
HSV(B)234.38º61.54%61.18%-
XYZ9.997.6232.4-
YUV76.23173.02116.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=21.05%
G=24.21%
B=54.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60691560.620.5600.39234.3844.4442.35
Hex3C459C3E38027ea2c2a
Octal7410523476700473525452
Binary111100100010110011100111110111000010011111101010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,69,156); }

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

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

 a { background-color: rgb(60,69,156); }

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

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

 span { border-color: rgb(60,69,156); }

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