#3C4660

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

Shades of Gulf Blue #3C4660

Tints of Gulf Blue #3C4660

Color information

#3C4660 (or 0x3C4660) is unknown color: approx Gulf Blue. HEX triplet: 3C, 46 and 60. RGB value is (60,70,96). Sum of RGB (Red+Green+Blue) = 60+70+96=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4660 is #C3B99F. Grayscale: #454545. Windows color (decimal): -12827040 or 6309436. OLE color: 6309436.

HSL color Cylindrical-coordinate representation of color #3C4660: hue angle of 223.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4660 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB607096-
CMYK0.380.2700.62
HSL223.33º23.08%30.59%-
HSV(B)223.33º37.5%37.65%-
XYZ6.166.1911.94-
YUV69.97142.69120.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=26.55%
G=30.97%
B=42.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6070960.380.2700.62223.3323.0830.59
Hex3C4660261B03Edf171f
Octal7410614046330763372737
Binary11110010001101100000100110110110111110110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,96); }

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

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

 a { background-color: rgb(60,70,96); }

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

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

 span { border-color: rgb(60,70,96); }

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