#39465F

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

Shades of Gulf Blue #39465F

Tints of Gulf Blue #39465F

Color information

#39465F (or 0x39465F) is unknown color: approx Gulf Blue. HEX triplet: 39, 46 and 5F. RGB value is (57,70,95). Sum of RGB (Red+Green+Blue) = 57+70+95=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #39465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39465F is #C6B9A0. Grayscale: #444444. Windows color (decimal): -13023649 or 6243897. OLE color: 6243897.

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

Color convert

RGB577095-
CMYK0.400.2600.63
HSL219.47º25%29.8%-
HSV(B)219.47º40%37.25%-
XYZ5.946.0811.69-
YUV68.96142.69119.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=25.68%
G=31.53%
B=42.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5770950.400.2600.63219.472529.8
Hex39465F281A03Fdb191e
Octal7110613750320773333136
Binary11100110001101011111101000110100111111110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39465F; }

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

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

<style>
 a { background-color: #39465F; }

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

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

<style>
 span { border-color: #39465F; }

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

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