#324770

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

Shades of Resolution Blue #324770

Tints of Resolution Blue #324770

Color information

#324770 (or 0x324770) is unknown color: approx Resolution Blue. HEX triplet: 32, 47 and 70. RGB value is (50,71,112). Sum of RGB (Red+Green+Blue) = 50+71+112=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 71 (28.12% from 255 or 30.47% 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 #324770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324770 is #CDB88F. Grayscale: #454545. Windows color (decimal): -13482128 or 7358258. OLE color: 7358258.

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

Color convert

RGB5071112-
CMYK0.550.3700.56
HSL219.68º38.27%31.76%-
HSV(B)219.68º55.36%43.92%-
XYZ6.496.3516.21-
YUV69.4152.04114.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=21.46%
G=30.47%
B=48.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50711120.550.3700.56219.6838.2731.76
Hex3247703725038dc2620
Octal6210716067450703344640
Binary11001010001111110000110111100101011100011011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324770; }

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

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

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

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

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

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

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

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