#3C489D

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

Shades of Governor Bay #3C489D

Tints of Governor Bay #3C489D

Color information

#3C489D (or 0x3C489D) is unknown color: approx Governor Bay. HEX triplet: 3C, 48 and 9D. RGB value is (60,72,157). Sum of RGB (Red+Green+Blue) = 60+72+157=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C489D is #C3B762. Grayscale: #4D4D4D. Windows color (decimal): -12826467 or 10307644. OLE color: 10307644.

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

Color convert

RGB6072157-
CMYK0.620.5400.38
HSL232.58º44.7%42.55%-
HSV(B)232.58º61.78%61.57%-
XYZ10.278.0332.91-
YUV78.1172.52115.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=20.76%
G=24.91%
B=54.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60721570.620.5400.38232.5844.742.55
Hex3C489D3E36026e92d2b
Octal7411023576660463515553
Binary111100100100010011101111110110110010011011101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,157); }

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

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

 a { background-color: rgb(60,72,157); }

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

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

 span { border-color: rgb(60,72,157); }

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