Html Css Color HEX #394360 Gulf Blue

📋 copy color: '#394360'

red 57 ◦ green 67 ◦ blue 96

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

Shades of Gulf Blue #394360

Tints of Gulf Blue #394360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 25.91%
G = 30.45%
B = 43.64%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394360 (or 0x394360) is known color: Gulf Blue. HEX triplet: 39, 43 and 60. RGB value is (57,67,96). Sum of RGB (Red+Green+Blue) = 57+67+96=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #394360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394360 is #C6BC9F. Grayscale: #434343. Windows color (decimal): -13024416 or 6308665. OLE color: 6308665.

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

Color convert

RGB 57 67 96 -
CMYK 0.41 0.30 0 0.62
HSL 224.62º 0.25% 0.3% -
HSV(B) 224.62º 0.41% 0.38% -
XYZ 5.81 5.73 11.87 -
YUV 67.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 57 67 96 0.41 0.30 0 0.62 224.62 0.25 0.3
Hex 39 43 60 29 1E 0 3E E1 19 1E
Octal 71 103 140 51 36 0 76 341 31 36
Binary 111001 1000011 1100000 101001 11110 0 111110 11100001 11001 11110

Color Harmonies of #394360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394360

Black with #394360

Text Example


Text Example

White with #394360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394360; }

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

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

background-color css

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

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

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

border-color css

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

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

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