#363E5D

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

Shades of Gulf Blue #363E5D

Tints of Gulf Blue #363E5D

Color information

#363E5D (or 0x363E5D) is unknown color: approx Gulf Blue. HEX triplet: 36, 3E and 5D. RGB value is (54,62,93). Sum of RGB (Red+Green+Blue) = 54+62+93=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #363E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E5D is #C9C1A2. Grayscale: #3F3F3F. Windows color (decimal): -13222307 or 6110774. OLE color: 6110774.

HSL color Cylindrical-coordinate representation of color #363E5D: hue angle of 227.69º 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 #363E5D is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB546293-
CMYK0.420.3300.64
HSL227.69º26.53%28.82%-
HSV(B)227.69º41.94%36.47%-
XYZ5.225.0211.05-
YUV63.14144.85121.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=25.84%
G=29.67%
B=44.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5462930.420.3300.64227.6926.5328.82
Hex363E5D2A21040e41b1d
Octal6676135524101003443335
Binary110110111110101110110101010000101000000111001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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