#3C47AA

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

Shades of Governor Bay #3C47AA

Tints of Governor Bay #3C47AA

Color information

#3C47AA (or 0x3C47AA) is unknown color: approx Governor Bay. HEX triplet: 3C, 47 and AA. RGB value is (60,71,170). Sum of RGB (Red+Green+Blue) = 60+71+170=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C47AA is #C3B855. Grayscale: #4E4E4E. Windows color (decimal): -12826710 or 11159356. OLE color: 11159356.

HSL color Cylindrical-coordinate representation of color #3C47AA: hue angle of 234º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C47AA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6071170-
CMYK0.650.5800.33
HSL234º47.83%45.1%-
HSV(B)234º64.71%66.67%-
XYZ11.378.3739.05-
YUV79179.36114.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=19.93%
G=23.59%
B=56.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60711700.650.5800.3323447.8345.1
Hex3C47AA413A021ea302d
Octal74107252101720413526055
Binary1111001000111101010101000001111010010000111101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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