#363E5B

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

Shades of Gulf Blue #363E5B

Tints of Gulf Blue #363E5B

Color information

#363E5B (or 0x363E5B) is unknown color: approx Gulf Blue. HEX triplet: 36, 3E and 5B. RGB value is (54,62,91). Sum of RGB (Red+Green+Blue) = 54+62+91=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #363E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E5B is #C9C1A4. Grayscale: #3E3E3E. Windows color (decimal): -13222309 or 5979702. OLE color: 5979702.

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

Color convert

RGB546291-
CMYK0.410.3200.64
HSL227.03º25.52%28.43%-
HSV(B)227.03º40.66%35.69%-
XYZ5.134.9810.59-
YUV62.91143.85121.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=26.09%
G=29.95%
B=43.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5462910.410.3200.64227.0325.5228.43
Hex363E5B2920040e31a1c
Octal6676133514001003433234
Binary110110111110101101110100110000001000000111000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,62,91); }

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

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

 a { background-color: rgb(54,62,91); }

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

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

 span { border-color: rgb(54,62,91); }

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