Html Css Color HEX #394561 Gulf Blue

📋 copy color: '#394561'

red 57 ◦ green 69 ◦ blue 97

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

Shades of Gulf Blue #394561

Tints of Gulf Blue #394561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 25.56%
G = 30.94%
B = 43.5%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394561 (or 0x394561) is known color: Gulf Blue. HEX triplet: 39, 45 and 61. RGB value is (57,69,97). Sum of RGB (Red+Green+Blue) = 57+69+97=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #394561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394561 is #C6BA9E. Grayscale: #444444. Windows color (decimal): -13023903 or 6374713. OLE color: 6374713.

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

Color convert

RGB 57 69 97 -
CMYK 0.41 0.29 0 0.62
HSL 222º 0.26% 0.3% -
HSV(B) 222º 0.41% 0.38% -
XYZ 5.97 5.99 12.15 -
YUV 68.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 57 69 97 0.41 0.29 0 0.62 222 0.26 0.3
Hex 39 45 61 29 1D 0 3E DE 1A 1E
Octal 71 105 141 51 35 0 76 336 32 36
Binary 111001 1000101 1100001 101001 11101 0 111110 11011110 11010 11110

Color Harmonies of #394561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394561

Black with #394561

Text Example


Text Example

White with #394561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394561; }

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

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

background-color css

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

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

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

border-color css

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

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

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