Html Css Color HEX #39465F Gulf Blue

📋 copy color: '#39465F'

red 57 ◦ green 70 ◦ blue 95

#39465F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #39465F

Tints of Gulf Blue #39465F

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 value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39465F (or 0x39465F) is known color: 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

RGB 57 70 95 -
CMYK 0.40 0.26 0 0.63
HSL 219.47º 0.25% 0.3% -
HSV(B) 219.47º 0.4% 0.37% -
XYZ 5.94 6.08 11.69 -
YUV 68.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 57 70 95 0.40 0.26 0 0.63 219.47 0.25 0.3
Hex 39 46 5F 28 1A 0 3F DB 19 1E
Octal 71 106 137 50 32 0 77 333 31 36
Binary 111001 1000110 1011111 101000 11010 0 111111 11011011 11001 11110

Color Harmonies of #39465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39465F

Black with #39465F

Text Example


Text Example

White with #39465F

Text Example


Text Example

HTML Codes & Css Web 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>