#364564

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

Shades of Gulf Blue #364564

Tints of Gulf Blue #364564

Color information

#364564 (or 0x364564) is unknown color: approx Gulf Blue. HEX triplet: 36, 45 and 64. RGB value is (54,69,100). Sum of RGB (Red+Green+Blue) = 54+69+100=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #364564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364564 is #C9BA9B. Grayscale: #434343. Windows color (decimal): -13220508 or 6571318. OLE color: 6571318.

HSL color Cylindrical-coordinate representation of color #364564: hue angle of 220.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #364564 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5469100-
CMYK0.460.3100.61
HSL220.43º29.87%30.2%-
HSV(B)220.43º46%39.22%-
XYZ5.955.9612.89-
YUV68.05146.03117.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=24.22%
G=30.94%
B=44.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54691000.460.3100.61220.4329.8730.2
Hex3645642E1F03Ddc1e1e
Octal6610514456370753343636
Binary11011010001011100100101110111110111101110111001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364564; }

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

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

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

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

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

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

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

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