#3C465F

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

Shades of Gulf Blue #3C465F

Tints of Gulf Blue #3C465F

Color information

#3C465F (or 0x3C465F) is unknown color: approx Gulf Blue. HEX triplet: 3C, 46 and 5F. RGB value is (60,70,95). Sum of RGB (Red+Green+Blue) = 60+70+95=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C465F is #C3B9A0. Grayscale: #454545. Windows color (decimal): -12827041 or 6243900. OLE color: 6243900.

HSL color Cylindrical-coordinate representation of color #3C465F: hue angle of 222.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C465F is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB607095-
CMYK0.370.2600.63
HSL222.86º22.58%30.39%-
HSV(B)222.86º36.84%37.25%-
XYZ6.126.1711.69-
YUV69.86142.19120.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=26.67%
G=31.11%
B=42.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6070950.370.2600.63222.8622.5830.39
Hex3C465F251A03Fdf171e
Octal7410613745320773372736
Binary11110010001101011111100101110100111111110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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