#364976

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

Shades of Resolution Blue #364976

Tints of Resolution Blue #364976

Color information

#364976 (or 0x364976) is unknown color: approx Resolution Blue. HEX triplet: 36, 49 and 76. RGB value is (54,73,118). Sum of RGB (Red+Green+Blue) = 54+73+118=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #364976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364976 is #C9B689. Grayscale: #484848. Windows color (decimal): -13219466 or 7751990. OLE color: 7751990.

HSL color Cylindrical-coordinate representation of color #364976: hue angle of 222.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364976 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5473118-
CMYK0.540.3800.54
HSL222.19º37.21%33.73%-
HSV(B)222.19º54.24%46.27%-
XYZ7.176.8618.09-
YUV72.45153.71114.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=22.04%
G=29.80%
B=48.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54731180.540.3800.54222.1937.2133.73
Hex3649763626036de2522
Octal6611116666460663364542
Binary11011010010011110110110110100110011011011011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364976; }

 p { color: rgb(54,73,118); }

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

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

 a { background-color: rgb(54,73,118); }

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

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

 span { border-color: rgb(54,73,118); }

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