#364972

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

Shades of Resolution Blue #364972

Tints of Resolution Blue #364972

Color information

#364972 (or 0x364972) is unknown color: approx Resolution Blue. HEX triplet: 36, 49 and 72. RGB value is (54,73,114). Sum of RGB (Red+Green+Blue) = 54+73+114=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #364972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364972 is #C9B68D. Grayscale: #474747. Windows color (decimal): -13219470 or 7489846. OLE color: 7489846.

HSL color Cylindrical-coordinate representation of color #364972: hue angle of 221º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364972 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5473114-
CMYK0.530.3600.55
HSL221º35.71%32.94%-
HSV(B)221º52.63%44.71%-
XYZ6.946.7616.86-
YUV71.99151.71115.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=22.41%
G=30.29%
B=47.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54731140.530.3600.5522135.7132.94
Hex3649723524037dd2421
Octal6611116265440673354441
Binary11011010010011110010110101100100011011111011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364972; }

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

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

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

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

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

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

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

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