Html Css Color HEX #394965 Gulf Blue

📋 copy color: '#394965'

red 57 ◦ green 73 ◦ blue 101

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

Shades of Gulf Blue #394965

Tints of Gulf Blue #394965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 24.68%
G = 31.6%
B = 43.72%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#394965 (or 0x394965) is known color: Gulf Blue. HEX triplet: 39, 49 and 65. RGB value is (57,73,101). Sum of RGB (Red+Green+Blue) = 57+73+101=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #394965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394965 is #C6B69A. Grayscale: #474747. Windows color (decimal): -13022875 or 6637881. OLE color: 6637881.

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

Color convert

RGB 57 73 101 -
CMYK 0.44 0.28 0 0.60
HSL 218.18º 0.28% 0.31% -
HSV(B) 218.18º 0.44% 0.4% -
XYZ 6.42 6.57 13.24 -
YUV 71.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 57 73 101 0.44 0.28 0 0.60 218.18 0.28 0.31
Hex 39 49 65 2C 1C 0 3C DA 1C 1F
Octal 71 111 145 54 34 0 74 332 34 37
Binary 111001 1001001 1100101 101100 11100 0 111100 11011010 11100 11111

Color Harmonies of #394965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394965

Black with #394965

Text Example


Text Example

White with #394965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394965; }

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

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

background-color css

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

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

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

border-color css

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

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

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