#39475F

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

Shades of Gulf Blue #39475F

Tints of Gulf Blue #39475F

Color information

#39475F (or 0x39475F) is unknown color: approx Gulf Blue. HEX triplet: 39, 47 and 5F. RGB value is (57,71,95). Sum of RGB (Red+Green+Blue) = 57+71+95=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #39475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39475F is #C6B8A0. Grayscale: #454545. Windows color (decimal): -13023393 or 6244153. OLE color: 6244153.

HSL color Cylindrical-coordinate representation of color #39475F: hue angle of 217.89º 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 #39475F is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB577195-
CMYK0.400.2500.63
HSL217.89º25%29.8%-
HSV(B)217.89º40%37.25%-
XYZ6.016.211.71-
YUV69.55142.36119.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=25.56%
G=31.84%
B=42.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5771950.400.2500.63217.892529.8
Hex39475F281903Fda191e
Octal7110713750310773323136
Binary11100110001111011111101000110010111111110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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