#364370

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

Shades of Resolution Blue #364370

Tints of Resolution Blue #364370

Color information

#364370 (or 0x364370) is unknown color: approx Resolution Blue. HEX triplet: 36, 43 and 70. RGB value is (54,67,112). Sum of RGB (Red+Green+Blue) = 54+67+112=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #364370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364370 is #C9BC8F. Grayscale: #444444. Windows color (decimal): -13221008 or 7357238. OLE color: 7357238.

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

Color convert

RGB5467112-
CMYK0.520.4000.56
HSL226.55º34.94%32.55%-
HSV(B)226.55º51.79%43.92%-
XYZ6.455.9716.14-
YUV68.24152.69117.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=23.18%
G=28.76%
B=48.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54671120.520.4000.56226.5534.9432.55
Hex3643703428038e32321
Octal6610316064500703434341
Binary11011010000111110000110100101000011100011100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364370; }

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

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

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

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

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

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

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

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