Html Css Color HEX #394361 Gulf Blue

📋 copy color: '#394361'

red 57 ◦ green 67 ◦ blue 97

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

Shades of Gulf Blue #394361

Tints of Gulf Blue #394361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

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

R = 25.79%
G = 30.32%
B = 43.89%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394361 (or 0x394361) is known color: Gulf Blue. HEX triplet: 39, 43 and 61. RGB value is (57,67,97). Sum of RGB (Red+Green+Blue) = 57+67+97=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #394361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394361 is #C6BC9E. Grayscale: #434343. Windows color (decimal): -13024415 or 6374201. OLE color: 6374201.

HSL color Cylindrical-coordinate representation of color #394361: hue angle of 225º 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 #394361 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 67 97 -
CMYK 0.41 0.31 0 0.62
HSL 225º 0.26% 0.3% -
HSV(B) 225º 0.41% 0.38% -
XYZ 5.85 5.75 12.11 -
YUV 67.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 57 67 97 0.41 0.31 0 0.62 225 0.26 0.3
Hex 39 43 61 29 1F 0 3E E1 1A 1E
Octal 71 103 141 51 37 0 76 341 32 36
Binary 111001 1000011 1100001 101001 11111 0 111110 11100001 11010 11110

Color Harmonies of #394361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394361

Black with #394361

Text Example


Text Example

White with #394361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394361; }

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

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

background-color css

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

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

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

border-color css

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

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

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