Html Css Color HEX #363E59 Gulf Blue

📋 copy color: '#363E59'

red 54 ◦ green 62 ◦ blue 89

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

Shades of Gulf Blue #363E59

Tints of Gulf Blue #363E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.24%

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

R = 26.34%
G = 30.24%
B = 43.41%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363E59 (or 0x363E59) is known color: Gulf Blue. HEX triplet: 36, 3E and 59. RGB value is (54,62,89). Sum of RGB (Red+Green+Blue) = 54+62+89=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #363E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E59 is #C9C1A6. Grayscale: #3E3E3E. Windows color (decimal): -13222311 or 5848630. OLE color: 5848630.

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

Color convert

RGB 54 62 89 -
CMYK 0.39 0.30 0 0.65
HSL 226.29º 0.24% 0.28% -
HSV(B) 226.29º 0.39% 0.35% -
XYZ 5.05 4.95 10.14 -
YUV 62.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 54 62 89 0.39 0.30 0 0.65 226.29 0.24 0.28
Hex 36 3E 59 27 1E 0 41 E2 18 1C
Octal 66 76 131 47 36 0 101 342 30 34
Binary 110110 111110 1011001 100111 11110 0 1000001 11100010 11000 11100

Color Harmonies of #363E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E59

Black with #363E59

Text Example


Text Example

White with #363E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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