#363D59

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

Shades of Gulf Blue #363D59

Tints of Gulf Blue #363D59

Color information

#363D59 (or 0x363D59) is unknown color: approx Gulf Blue. HEX triplet: 36, 3D and 59. RGB value is (54,61,89). Sum of RGB (Red+Green+Blue) = 54+61+89=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #363D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D59 is #C9C2A6. Grayscale: #3D3D3D. Windows color (decimal): -13222567 or 5848374. OLE color: 5848374.

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

Color convert

RGB546189-
CMYK0.390.3100.65
HSL228º24.48%28.04%-
HSV(B)228º39.33%34.9%-
XYZ4.994.8410.12-
YUV62.1143.18122.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=26.47%
G=29.90%
B=43.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5461890.390.3100.6522824.4828.04
Hex363D59271F041e4181c
Octal6675131473701013443034
Binary11011011110110110011001111111101000001111001001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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