#3C42A8

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

Shades of Governor Bay #3C42A8

Tints of Governor Bay #3C42A8

Color information

#3C42A8 (or 0x3C42A8) is unknown color: approx Governor Bay. HEX triplet: 3C, 42 and A8. RGB value is (60,66,168). Sum of RGB (Red+Green+Blue) = 60+66+168=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C42A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C42A8 is #C3BD57. Grayscale: #4B4B4B. Windows color (decimal): -12827992 or 11027004. OLE color: 11027004.

HSL color Cylindrical-coordinate representation of color #3C42A8: hue angle of 236.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C42A8 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6066168-
CMYK0.640.6100.34
HSL236.67º47.37%44.71%-
HSV(B)236.67º64.29%65.88%-
XYZ10.887.6837.96-
YUV75.83180.01116.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 168 (66.02% from 255) = 57.14%
R=20.41%
G=22.45%
B=57.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60661680.640.6100.34236.6747.3744.71
Hex3C42A8403D022ed2f2d
Octal74102250100750423555755
Binary1111001000010101010001000000111101010001011101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C42A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,168); }

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

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

 a { background-color: rgb(60,66,168); }

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

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

 span { border-color: rgb(60,66,168); }

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