#363D5B

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

Shades of Gulf Blue #363D5B

Tints of Gulf Blue #363D5B

Color information

#363D5B (or 0x363D5B) is unknown color: approx Gulf Blue. HEX triplet: 36, 3D and 5B. RGB value is (54,61,91). Sum of RGB (Red+Green+Blue) = 54+61+91=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #363D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D5B is #C9C2A4. Grayscale: #3E3E3E. Windows color (decimal): -13222565 or 5979446. OLE color: 5979446.

HSL color Cylindrical-coordinate representation of color #363D5B: hue angle of 228.65º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363D5B is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB546191-
CMYK0.410.3300.64
HSL228.65º25.52%28.43%-
HSV(B)228.65º40.66%35.69%-
XYZ5.084.8810.57-
YUV62.33144.18122.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=26.21%
G=29.61%
B=44.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5461910.410.3300.64228.6525.5228.43
Hex363D5B2921040e51a1c
Octal6675133514101003453234
Binary110110111101101101110100110000101000000111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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