#363E59

Color #363E59 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #363E59

Tints of Gulf Blue #363E59

Color information

#363E59 (or 0x363E59) is unknown color: approx 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

RGB546289-
CMYK0.390.3000.65
HSL226.29º24.48%28.04%-
HSV(B)226.29º39.33%34.9%-
XYZ5.054.9510.14-
YUV62.69142.85121.8-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5462890.390.3000.65226.2924.4828.04
Hex363E59271E041e2181c
Octal6676131473601013423034
Binary11011011111010110011001111111001000001111000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>