#363954

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

Shades of Gulf Blue #363954

Tints of Gulf Blue #363954

Color information

#363954 (or 0x363954) is unknown color: approx Gulf Blue. HEX triplet: 36, 39 and 54. RGB value is (54,57,84). Sum of RGB (Red+Green+Blue) = 54+57+84=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #363954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363954 is #C9C6AB. Grayscale: #3B3B3B. Windows color (decimal): -13223596 or 5519670. OLE color: 5519670.

HSL color Cylindrical-coordinate representation of color #363954: hue angle of 234º 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 #363954 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB545784-
CMYK0.360.3200.67
HSL234º21.74%27.06%-
HSV(B)234º35.71%32.94%-
XYZ4.584.358.99-
YUV59.18142.01124.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=27.69%
G=29.23%
B=43.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5457840.360.3200.6723421.7427.06
Hex3639542420043ea161b
Octal6671124444001033522633
Binary110110111001101010010010010000001000011111010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363954; }

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

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

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

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

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

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

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

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