Html Css Color HEX #394967 Gulf Blue

📋 copy color: '#394967'

red 57 ◦ green 73 ◦ blue 103

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

Shades of Gulf Blue #394967

Tints of Gulf Blue #394967

RGB

 RED value IS 57 (22.66% from 255) = 24.46%

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 103 (40.63% from 255) = 44.21%

R = 24.46%
G = 31.33%
B = 44.21%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#394967 (or 0x394967) is known color: Gulf Blue. HEX triplet: 39, 49 and 67. RGB value is (57,73,103). Sum of RGB (Red+Green+Blue) = 57+73+103=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #394967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394967 is #C6B698. Grayscale: #474747. Windows color (decimal): -13022873 or 6768953. OLE color: 6768953.

HSL color Cylindrical-coordinate representation of color #394967: hue angle of 219.13º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394967 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 73 103 -
CMYK 0.45 0.29 0 0.60
HSL 219.13º 0.29% 0.31% -
HSV(B) 219.13º 0.45% 0.4% -
XYZ 6.52 6.61 13.77 -
YUV 71.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 57 73 103 0.45 0.29 0 0.60 219.13 0.29 0.31
Hex 39 49 67 2D 1D 0 3C DB 1D 1F
Octal 71 111 147 55 35 0 74 333 35 37
Binary 111001 1001001 1100111 101101 11101 0 111100 11011011 11101 11111

Color Harmonies of #394967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394967

Black with #394967

Text Example


Text Example

White with #394967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394967; }

 p { color: rgb(57,73,103); }

 H1.HeaderClassName
 {
   color: #394967;
 }
 .AnyTagClassName
 {
   color: #394967;
 }
</style>

background-color css

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

 a { background-color: rgb(57,73,103); }

 div.DivClassName
 {
   background-color: #394967;
 }
 .BgClassName
 {
   background-color: #394967;
 }
</style>

border-color css

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

 span { border-color: rgb(57,73,103); }

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