#324572

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

Shades of Resolution Blue #324572

Tints of Resolution Blue #324572

Color information

#324572 (or 0x324572) is unknown color: approx Resolution Blue. HEX triplet: 32, 45 and 72. RGB value is (50,69,114). Sum of RGB (Red+Green+Blue) = 50+69+114=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #324572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324572 is #CDBA8D. Grayscale: #444444. Windows color (decimal): -13482638 or 7488818. OLE color: 7488818.

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

Color convert

RGB5069114-
CMYK0.560.3900.55
HSL222.19º39.02%32.16%-
HSV(B)222.19º56.14%44.71%-
XYZ6.486.1516.76-
YUV68.45153.71114.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=21.46%
G=29.61%
B=48.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50691140.560.3900.55222.1939.0232.16
Hex3245723827037de2720
Octal6210516270470673364740
Binary11001010001011110010111000100111011011111011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324572; }

 p { color: rgb(50,69,114); }

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

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

 a { background-color: rgb(50,69,114); }

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

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

 span { border-color: rgb(50,69,114); }

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