#324575

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

Shades of Resolution Blue #324575

Tints of Resolution Blue #324575

Color information

#324575 (or 0x324575) is unknown color: approx Resolution Blue. HEX triplet: 32, 45 and 75. RGB value is (50,69,117). Sum of RGB (Red+Green+Blue) = 50+69+117=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #324575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324575 is #CDBA8A. Grayscale: #444444. Windows color (decimal): -13482635 or 7685426. OLE color: 7685426.

HSL color Cylindrical-coordinate representation of color #324575: hue angle of 222.99º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324575 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5069117-
CMYK0.570.4100.54
HSL222.99º40.12%32.75%-
HSV(B)222.99º57.26%45.88%-
XYZ6.656.2217.68-
YUV68.79155.21114.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=21.19%
G=29.24%
B=49.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50691170.570.4100.54222.9940.1232.75
Hex3245753929036df2821
Octal6210516571510663375041
Binary11001010001011110101111001101001011011011011111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324575; }

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

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

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

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

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

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

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

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