Html Css Color HEX #364159 Gulf Blue

📋 copy color: '#364159'

red 54 ◦ green 65 ◦ blue 89

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

Shades of Gulf Blue #364159

Tints of Gulf Blue #364159

RGB

 RED value IS 54 (21.48% from 255) = 25.96%

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 25.96%
G = 31.25%
B = 42.79%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364159 (or 0x364159) is known color: Gulf Blue. HEX triplet: 36, 41 and 59. RGB value is (54,65,89). Sum of RGB (Red+Green+Blue) = 54+65+89=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #364159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364159 is #C9BEA6. Grayscale: #404040. Windows color (decimal): -13221543 or 5849398. OLE color: 5849398.

HSL color Cylindrical-coordinate representation of color #364159: hue angle of 221.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364159 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 65 89 -
CMYK 0.39 0.27 0 0.65
HSL 221.14º 0.24% 0.28% -
HSV(B) 221.14º 0.39% 0.35% -
XYZ 5.21 5.29 10.2 -
YUV 64.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 54 65 89 0.39 0.27 0 0.65 221.14 0.24 0.28
Hex 36 41 59 27 1B 0 41 DD 18 1C
Octal 66 101 131 47 33 0 101 335 30 34
Binary 110110 1000001 1011001 100111 11011 0 1000001 11011101 11000 11100

Color Harmonies of #364159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364159

Black with #364159

Text Example


Text Example

White with #364159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364159; }

 p { color: rgb(54,65,89); }

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

background-color css

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

 a { background-color: rgb(54,65,89); }

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

border-color css

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

 span { border-color: rgb(54,65,89); }

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