#363F5D

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

Shades of Gulf Blue #363F5D

Tints of Gulf Blue #363F5D

Color information

#363F5D (or 0x363F5D) is unknown color: approx Gulf Blue. HEX triplet: 36, 3F and 5D. RGB value is (54,63,93). Sum of RGB (Red+Green+Blue) = 54+63+93=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #363F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F5D is #C9C0A2. Grayscale: #3F3F3F. Windows color (decimal): -13222051 or 6111030. OLE color: 6111030.

HSL color Cylindrical-coordinate representation of color #363F5D: hue angle of 226.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #363F5D is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB546393-
CMYK0.420.3200.64
HSL226.15º26.53%28.82%-
HSV(B)226.15º41.94%36.47%-
XYZ5.275.1311.07-
YUV63.73144.52121.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=25.71%
G=30%
B=44.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5463930.420.3200.64226.1526.5328.82
Hex363F5D2A20040e21b1d
Octal6677135524001003423335
Binary110110111111101110110101010000001000000111000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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