#324577

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

Shades of Resolution Blue #324577

Tints of Resolution Blue #324577

Color information

#324577 (or 0x324577) is unknown color: approx Resolution Blue. HEX triplet: 32, 45 and 77. RGB value is (50,69,119). Sum of RGB (Red+Green+Blue) = 50+69+119=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #324577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324577 is #CDBA88. Grayscale: #444444. Windows color (decimal): -13482633 or 7816498. OLE color: 7816498.

HSL color Cylindrical-coordinate representation of color #324577: hue angle of 223.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324577 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5069119-
CMYK0.580.4200.53
HSL223.48º40.83%33.14%-
HSV(B)223.48º57.98%46.67%-
XYZ6.776.2718.31-
YUV69.02156.21114.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 119 (46.88% from 255) = 50%
R=21.01%
G=28.99%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50691190.580.4200.53223.4840.8333.14
Hex3245773A2A035df2921
Octal6210516772520653375141
Binary11001010001011110111111010101010011010111011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324577; }

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

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

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

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

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

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

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

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