#364970

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

Shades of Resolution Blue #364970

Tints of Resolution Blue #364970

Color information

#364970 (or 0x364970) is unknown color: approx Resolution Blue. HEX triplet: 36, 49 and 70. RGB value is (54,73,112). Sum of RGB (Red+Green+Blue) = 54+73+112=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #364970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364970 is #C9B68F. Grayscale: #474747. Windows color (decimal): -13219472 or 7358774. OLE color: 7358774.

HSL color Cylindrical-coordinate representation of color #364970: hue angle of 220.34º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364970 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5473112-
CMYK0.520.3500.56
HSL220.34º34.94%32.55%-
HSV(B)220.34º51.79%43.92%-
XYZ6.836.7216.27-
YUV71.76150.71115.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=22.59%
G=30.54%
B=46.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54731120.520.3500.56220.3434.9432.55
Hex3649703423038dc2321
Octal6611116064430703344341
Binary11011010010011110000110100100011011100011011100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364970; }

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

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

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

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

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

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

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

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