#363B58

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

Shades of Gulf Blue #363B58

Tints of Gulf Blue #363B58

Color information

#363B58 (or 0x363B58) is unknown color: approx Gulf Blue. HEX triplet: 36, 3B and 58. RGB value is (54,59,88). Sum of RGB (Red+Green+Blue) = 54+59+88=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #363B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B58 is #C9C4A7. Grayscale: #3C3C3C. Windows color (decimal): -13223080 or 5782326. OLE color: 5782326.

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

Color convert

RGB545988-
CMYK0.390.3300.65
HSL231.18º23.94%27.84%-
HSV(B)231.18º38.64%34.51%-
XYZ4.854.629.87-
YUV60.81143.34123.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=26.87%
G=29.35%
B=43.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5459880.390.3300.65231.1823.9427.84
Hex363B582721041e7181c
Octal6673130474101013473034
Binary110110111011101100010011110000101000001111001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,88); }

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

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

 a { background-color: rgb(54,59,88); }

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

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

 span { border-color: rgb(54,59,88); }

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