#363F58

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

Shades of Gulf Blue #363F58

Tints of Gulf Blue #363F58

Color information

#363F58 (or 0x363F58) is unknown color: approx Gulf Blue. HEX triplet: 36, 3F and 58. RGB value is (54,63,88). Sum of RGB (Red+Green+Blue) = 54+63+88=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #363F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F58 is #C9C0A7. Grayscale: #3F3F3F. Windows color (decimal): -13222056 or 5783350. OLE color: 5783350.

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

Color convert

RGB546388-
CMYK0.390.2800.65
HSL224.12º23.94%27.84%-
HSV(B)224.12º38.64%34.51%-
XYZ5.065.049.94-
YUV63.16142.02121.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=26.34%
G=30.73%
B=42.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5463880.390.2800.65224.1223.9427.84
Hex363F58271C041e0181c
Octal6677130473401013403034
Binary11011011111110110001001111110001000001111000001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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