#3C469E

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

Shades of Governor Bay #3C469E

Tints of Governor Bay #3C469E

Color information

#3C469E (or 0x3C469E) is unknown color: approx Governor Bay. HEX triplet: 3C, 46 and 9E. RGB value is (60,70,158). Sum of RGB (Red+Green+Blue) = 60+70+158=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C469E is #C3B961. Grayscale: #4C4C4C. Windows color (decimal): -12826978 or 10372668. OLE color: 10372668.

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

Color convert

RGB6070158-
CMYK0.620.5600.38
HSL233.88º44.95%42.75%-
HSV(B)233.88º62.03%61.96%-
XYZ10.237.8133.32-
YUV77.04173.69115.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=20.83%
G=24.31%
B=54.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60701580.620.5600.38233.8844.9542.75
Hex3C469E3E38026ea2d2b
Octal7410623676700463525553
Binary111100100011010011110111110111000010011011101010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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