#3C449B

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

Shades of Governor Bay #3C449B

Tints of Governor Bay #3C449B

Color information

#3C449B (or 0x3C449B) is unknown color: approx Governor Bay. HEX triplet: 3C, 44 and 9B. RGB value is (60,68,155). Sum of RGB (Red+Green+Blue) = 60+68+155=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C449B is #C3BB64. Grayscale: #4B4B4B. Windows color (decimal): -12827493 or 10175548. OLE color: 10175548.

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

Color convert

RGB6068155-
CMYK0.610.5600.39
HSL234.95º44.19%42.16%-
HSV(B)234.95º61.29%60.78%-
XYZ9.857.4631.93-
YUV75.53172.85116.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=21.20%
G=24.03%
B=54.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60681550.610.5600.39234.9544.1942.16
Hex3C449B3D38027eb2c2a
Octal7410423375700473535452
Binary111100100010010011011111101111000010011111101011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,155); }

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

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

 a { background-color: rgb(60,68,155); }

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

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

 span { border-color: rgb(60,68,155); }

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