#363E5A

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

Shades of Gulf Blue #363E5A

Tints of Gulf Blue #363E5A

Color information

#363E5A (or 0x363E5A) is unknown color: approx Gulf Blue. HEX triplet: 36, 3E and 5A. RGB value is (54,62,90). Sum of RGB (Red+Green+Blue) = 54+62+90=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #363E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E5A is #C9C1A5. Grayscale: #3E3E3E. Windows color (decimal): -13222310 or 5914166. OLE color: 5914166.

HSL color Cylindrical-coordinate representation of color #363E5A: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363E5A is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546290-
CMYK0.400.3100.65
HSL226.67º25%28.24%-
HSV(B)226.67º40%35.29%-
XYZ5.094.9710.36-
YUV62.8143.35121.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=26.21%
G=30.10%
B=43.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5462900.400.3100.65226.672528.24
Hex363E5A281F041e3191c
Octal6676132503701013433134
Binary11011011111010110101010001111101000001111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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