#364159

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

Shades of Gulf Blue #364159

Tints of Gulf Blue #364159

Color information

#364159 (or 0x364159) is unknown color: approx Gulf Blue. HEX triplet: 36, 41 and 59. RGB value is (54,65,89). Sum of RGB (Red+Green+Blue) = 54+65+89=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #364159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364159 is #C9BEA6. Grayscale: #404040. Windows color (decimal): -13221543 or 5849398. OLE color: 5849398.

HSL color Cylindrical-coordinate representation of color #364159: hue angle of 221.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364159 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546589-
CMYK0.390.2700.65
HSL221.14º24.48%28.04%-
HSV(B)221.14º39.33%34.9%-
XYZ5.215.2910.2-
YUV64.45141.86120.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=25.96%
G=31.25%
B=42.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5465890.390.2700.65221.1424.4828.04
Hex364159271B041dd181c
Octal66101131473301013353034
Binary110110100000110110011001111101101000001110111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364159; }

 p { color: rgb(54,65,89); }

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

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

 a { background-color: rgb(54,65,89); }

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

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

 span { border-color: rgb(54,65,89); }

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