#363D56

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

Shades of Gulf Blue #363D56

Tints of Gulf Blue #363D56

Color information

#363D56 (or 0x363D56) is unknown color: approx Gulf Blue. HEX triplet: 36, 3D and 56. RGB value is (54,61,86). Sum of RGB (Red+Green+Blue) = 54+61+86=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #363D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D56 is #C9C2A9. Grayscale: #3D3D3D. Windows color (decimal): -13222570 or 5651766. OLE color: 5651766.

HSL color Cylindrical-coordinate representation of color #363D56: hue angle of 226.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #363D56 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB546186-
CMYK0.370.2900.66
HSL226.88º22.86%27.45%-
HSV(B)226.88º37.21%33.73%-
XYZ4.874.799.47-
YUV61.76141.68122.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=26.87%
G=30.35%
B=42.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5461860.370.2900.66226.8822.8627.45
Hex363D56251D042e3171b
Octal6675126453501023432733
Binary11011011110110101101001011110101000010111000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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