Html Css Color HEX #364059 Gulf Blue

📋 copy color: '#364059'

red 54 ◦ green 64 ◦ blue 89

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

Shades of Gulf Blue #364059

Tints of Gulf Blue #364059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

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

R = 26.09%
G = 30.92%
B = 43%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364059 (or 0x364059) is known color: Gulf Blue. HEX triplet: 36, 40 and 59. RGB value is (54,64,89). Sum of RGB (Red+Green+Blue) = 54+64+89=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #364059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364059 is #C9BFA6. Grayscale: #3F3F3F. Windows color (decimal): -13221799 or 5849142. OLE color: 5849142.

HSL color Cylindrical-coordinate representation of color #364059: hue angle of 222.86º 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 #364059 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 64 89 -
CMYK 0.39 0.28 0 0.65
HSL 222.86º 0.24% 0.28% -
HSV(B) 222.86º 0.39% 0.35% -
XYZ 5.16 5.17 10.18 -
YUV 63.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 54 64 89 0.39 0.28 0 0.65 222.86 0.24 0.28
Hex 36 40 59 27 1C 0 41 DF 18 1C
Octal 66 100 131 47 34 0 101 337 30 34
Binary 110110 1000000 1011001 100111 11100 0 1000001 11011111 11000 11100

Color Harmonies of #364059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364059

Black with #364059

Text Example


Text Example

White with #364059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364059; }

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

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

background-color css

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

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

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

border-color css

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

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

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