Html Css Color HEX #364259 Gulf Blue

📋 copy color: '#364259'

red 54 ◦ green 66 ◦ blue 89

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

Shades of Gulf Blue #364259

Tints of Gulf Blue #364259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

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

R = 25.84%
G = 31.58%
B = 42.58%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364259 (or 0x364259) is known color: Gulf Blue. HEX triplet: 36, 42 and 59. RGB value is (54,66,89). Sum of RGB (Red+Green+Blue) = 54+66+89=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #364259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364259 is #C9BDA6. Grayscale: #404040. Windows color (decimal): -13221287 or 5849654. OLE color: 5849654.

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

Color convert

RGB 54 66 89 -
CMYK 0.39 0.26 0 0.65
HSL 219.43º 0.24% 0.28% -
HSV(B) 219.43º 0.39% 0.35% -
XYZ 5.27 5.4 10.22 -
YUV 65.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 54 66 89 0.39 0.26 0 0.65 219.43 0.24 0.28
Hex 36 42 59 27 1A 0 41 DB 18 1C
Octal 66 102 131 47 32 0 101 333 30 34
Binary 110110 1000010 1011001 100111 11010 0 1000001 11011011 11000 11100

Color Harmonies of #364259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364259

Black with #364259

Text Example


Text Example

White with #364259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364259; }

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

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

background-color css

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

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

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

border-color css

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

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

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