#364560

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

Shades of Gulf Blue #364560

Tints of Gulf Blue #364560

Color information

#364560 (or 0x364560) is unknown color: approx Gulf Blue. HEX triplet: 36, 45 and 60. RGB value is (54,69,96). Sum of RGB (Red+Green+Blue) = 54+69+96=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #364560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364560 is #C9BA9F. Grayscale: #434343. Windows color (decimal): -13220512 or 6309174. OLE color: 6309174.

HSL color Cylindrical-coordinate representation of color #364560: hue angle of 218.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364560 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB546996-
CMYK0.440.2800.62
HSL218.57º28%29.41%-
HSV(B)218.57º43.75%37.65%-
XYZ5.765.8911.9-
YUV67.59144.03118.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=24.66%
G=31.51%
B=43.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5469960.440.2800.62218.572829.41
Hex3645602C1C03Edb1c1d
Octal6610514054340763333435
Binary11011010001011100000101100111000111110110110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364560; }

 p { color: rgb(54,69,96); }

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

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

 a { background-color: rgb(54,69,96); }

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

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

 span { border-color: rgb(54,69,96); }

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