#3C4864

Color #3C4864 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #3C4864

Tints of Gulf Blue #3C4864

Color information

#3C4864 (or 0x3C4864) is unknown color: approx Gulf Blue. HEX triplet: 3C, 48 and 64. RGB value is (60,72,100). Sum of RGB (Red+Green+Blue) = 60+72+100=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C4864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4864 is #C3B79B. Grayscale: #474747. Windows color (decimal): -12826524 or 6572092. OLE color: 6572092.

HSL color Cylindrical-coordinate representation of color #3C4864: hue angle of 222º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C4864 is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6072100-
CMYK0.40.2800.61
HSL222º25%31.37%-
HSV(B)222º40%39.22%-
XYZ6.486.5212.97-
YUV71.6144.02119.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=25.86%
G=31.03%
B=43.10%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60721000.40.2800.612222531.37
Hex3C4864281C03Dde191f
Octal7411014450340753363137
Binary11110010010001100100101000111000111101110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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