Html Css Color HEX #394562 Gulf Blue

📋 copy color: '#394562'

red 57 ◦ green 69 ◦ blue 98

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

Shades of Gulf Blue #394562

Tints of Gulf Blue #394562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 98 (38.67% from 255) = 43.75%

R = 25.45%
G = 30.8%
B = 43.75%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394562 (or 0x394562) is known color: Gulf Blue. HEX triplet: 39, 45 and 62. RGB value is (57,69,98). Sum of RGB (Red+Green+Blue) = 57+69+98=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #394562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394562 is #C6BA9D. Grayscale: #444444. Windows color (decimal): -13023902 or 6440249. OLE color: 6440249.

HSL color Cylindrical-coordinate representation of color #394562: hue angle of 222.44º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394562 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 69 98 -
CMYK 0.42 0.30 0 0.62
HSL 222.44º 0.26% 0.3% -
HSV(B) 222.44º 0.42% 0.38% -
XYZ 6.02 6.01 12.4 -
YUV 68.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 57 69 98 0.42 0.30 0 0.62 222.44 0.26 0.3
Hex 39 45 62 2A 1E 0 3E DE 1A 1E
Octal 71 105 142 52 36 0 76 336 32 36
Binary 111001 1000101 1100010 101010 11110 0 111110 11011110 11010 11110

Color Harmonies of #394562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394562

Black with #394562

Text Example


Text Example

White with #394562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394562; }

 p { color: rgb(57,69,98); }

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

background-color css

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

 a { background-color: rgb(57,69,98); }

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

border-color css

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

 span { border-color: rgb(57,69,98); }

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