#364059

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

Shades of Gulf Blue #364059

Tints of Gulf Blue #364059

Color information

#364059 (or 0x364059) is unknown color: approx Gulf Blue. HEX triplet: 36, 40 and 59. RGB value is (54,64,89). Sum of RGB (Red+Green+Blue) = 54+64+89=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #364059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364059 is #C9BFA6. Grayscale: #3F3F3F. Windows color (decimal): -13221799 or 5849142. OLE color: 5849142.

HSL color Cylindrical-coordinate representation of color #364059: hue angle of 222.86º 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 #364059 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546489-
CMYK0.390.2800.65
HSL222.86º24.48%28.04%-
HSV(B)222.86º39.33%34.9%-
XYZ5.165.1710.18-
YUV63.86142.19120.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=26.09%
G=30.92%
B=43.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5464890.390.2800.65222.8624.4828.04
Hex364059271C041df181c
Octal66100131473401013373034
Binary110110100000010110011001111110001000001110111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364059; }

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

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

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

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

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

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

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

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