#364770

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

Shades of Resolution Blue #364770

Tints of Resolution Blue #364770

Color information

#364770 (or 0x364770) is unknown color: approx Resolution Blue. HEX triplet: 36, 47 and 70. RGB value is (54,71,112). Sum of RGB (Red+Green+Blue) = 54+71+112=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #364770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364770 is #C9B88F. Grayscale: #464646. Windows color (decimal): -13219984 or 7358262. OLE color: 7358262.

HSL color Cylindrical-coordinate representation of color #364770: hue angle of 222.41º 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 #364770 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5471112-
CMYK0.520.3700.56
HSL222.41º34.94%32.55%-
HSV(B)222.41º51.79%43.92%-
XYZ6.76.4616.22-
YUV70.59151.37116.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=22.78%
G=29.96%
B=47.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54711120.520.3700.56222.4134.9432.55
Hex3647703425038de2321
Octal6610716064450703364341
Binary11011010001111110000110100100101011100011011110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364770; }

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

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

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

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

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

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

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

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