#363B54

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

Shades of Gulf Blue #363B54

Tints of Gulf Blue #363B54

Color information

#363B54 (or 0x363B54) is unknown color: approx Gulf Blue. HEX triplet: 36, 3B and 54. RGB value is (54,59,84). Sum of RGB (Red+Green+Blue) = 54+59+84=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #363B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B54 is #C9C4AB. Grayscale: #3C3C3C. Windows color (decimal): -13223084 or 5520182. OLE color: 5520182.

HSL color Cylindrical-coordinate representation of color #363B54: hue angle of 230º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363B54 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB545984-
CMYK0.360.3000.67
HSL230º21.74%27.06%-
HSV(B)230º35.71%32.94%-
XYZ4.694.559.02-
YUV60.36141.34123.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=27.41%
G=29.95%
B=42.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5459840.360.3000.6723021.7427.06
Hex363B54241E043e6161b
Octal6673124443601033462633
Binary11011011101110101001001001111001000011111001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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