#363F59

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

Shades of Gulf Blue #363F59

Tints of Gulf Blue #363F59

Color information

#363F59 (or 0x363F59) is unknown color: approx Gulf Blue. HEX triplet: 36, 3F and 59. RGB value is (54,63,89). Sum of RGB (Red+Green+Blue) = 54+63+89=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #363F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F59 is #C9C0A6. Grayscale: #3F3F3F. Windows color (decimal): -13222055 or 5848886. OLE color: 5848886.

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

Color convert

RGB546389-
CMYK0.390.2900.65
HSL224.57º24.48%28.04%-
HSV(B)224.57º39.33%34.9%-
XYZ5.15.0610.16-
YUV63.27142.52121.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=26.21%
G=30.58%
B=43.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5463890.390.2900.65224.5724.4828.04
Hex363F59271D041e1181c
Octal6677131473501013413034
Binary11011011111110110011001111110101000001111000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363F59;
 }
 .AnyTagClassName
 {
   color: #363F59;
 }
</style>
background-color css

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

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

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

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

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

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