#3C479E

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

Shades of Governor Bay #3C479E

Tints of Governor Bay #3C479E

Color information

#3C479E (or 0x3C479E) is unknown color: approx Governor Bay. HEX triplet: 3C, 47 and 9E. RGB value is (60,71,158). Sum of RGB (Red+Green+Blue) = 60+71+158=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C479E is #C3B861. Grayscale: #4D4D4D. Windows color (decimal): -12826722 or 10372924. OLE color: 10372924.

HSL color Cylindrical-coordinate representation of color #3C479E: hue angle of 233.27º 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 #3C479E is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6071158-
CMYK0.620.5500.38
HSL233.27º44.95%42.75%-
HSV(B)233.27º62.03%61.96%-
XYZ10.297.9433.34-
YUV77.63173.36115.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=20.76%
G=24.57%
B=54.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60711580.620.5500.38233.2744.9542.75
Hex3C479E3E37026e92d2b
Octal7410723676670463515553
Binary111100100011110011110111110110111010011011101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,71,158); }

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

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

 a { background-color: rgb(60,71,158); }

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

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

 span { border-color: rgb(60,71,158); }

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