#364563

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

Shades of Gulf Blue #364563

Tints of Gulf Blue #364563

Color information

#364563 (or 0x364563) is unknown color: approx Gulf Blue. HEX triplet: 36, 45 and 63. RGB value is (54,69,99). Sum of RGB (Red+Green+Blue) = 54+69+99=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #364563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364563 is #C9BA9C. Grayscale: #434343. Windows color (decimal): -13220509 or 6505782. OLE color: 6505782.

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

Color convert

RGB546999-
CMYK0.450.3000.61
HSL220º29.41%30%-
HSV(B)220º45.45%38.82%-
XYZ5.95.9412.64-
YUV67.94145.53118.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=24.32%
G=31.08%
B=44.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5469990.450.3000.6122029.4130
Hex3645632D1E03Ddc1d1e
Octal6610514355360753343536
Binary11011010001011100011101101111100111101110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364563; }

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

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

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

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

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

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

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

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