#364371

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

Shades of Resolution Blue #364371

Tints of Resolution Blue #364371

Color information

#364371 (or 0x364371) is unknown color: approx Resolution Blue. HEX triplet: 36, 43 and 71. RGB value is (54,67,113). Sum of RGB (Red+Green+Blue) = 54+67+113=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #364371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364371 is #C9BC8E. Grayscale: #444444. Windows color (decimal): -13221007 or 7422774. OLE color: 7422774.

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

Color convert

RGB5467113-
CMYK0.520.4100.56
HSL226.78º35.33%32.75%-
HSV(B)226.78º52.21%44.31%-
XYZ6.515.9916.44-
YUV68.36153.19117.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=23.08%
G=28.63%
B=48.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54671130.520.4100.56226.7835.3332.75
Hex3643713429038e32321
Octal6610316164510703434341
Binary11011010000111110001110100101001011100011100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364371; }

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

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

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

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

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

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

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

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