#3C4BA3

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

Shades of Governor Bay #3C4BA3

Tints of Governor Bay #3C4BA3

Color information

#3C4BA3 (or 0x3C4BA3) is unknown color: approx Governor Bay. HEX triplet: 3C, 4B and A3. RGB value is (60,75,163). Sum of RGB (Red+Green+Blue) = 60+75+163=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #3C4BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4BA3 is #C3B45C. Grayscale: #505050. Windows color (decimal): -12825693 or 10701628. OLE color: 10701628.

HSL color Cylindrical-coordinate representation of color #3C4BA3: hue angle of 231.26º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C4BA3 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6075163-
CMYK0.630.5400.36
HSL231.26º46.19%43.73%-
HSV(B)231.26º63.19%63.92%-
XYZ10.998.6435.74-
YUV80.55174.53113.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 163 (64.06% from 255) = 54.70%
R=20.13%
G=25.17%
B=54.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60751630.630.5400.36231.2646.1943.73
Hex3C4BA33F36024e72e2c
Octal7411324377660443475654
Binary111100100101110100011111111110110010010011100111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,163); }

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

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

 a { background-color: rgb(60,75,163); }

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

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

 span { border-color: rgb(60,75,163); }

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