#324477

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

Shades of Resolution Blue #324477

Tints of Resolution Blue #324477

Color information

#324477 (or 0x324477) is unknown color: approx Resolution Blue. HEX triplet: 32, 44 and 77. RGB value is (50,68,119). Sum of RGB (Red+Green+Blue) = 50+68+119=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #324477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324477 is #CDBB88. Grayscale: #444444. Windows color (decimal): -13482889 or 7816242. OLE color: 7816242.

HSL color Cylindrical-coordinate representation of color #324477: hue angle of 224.35º 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 #324477 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5068119-
CMYK0.580.4300.53
HSL224.35º40.83%33.14%-
HSV(B)224.35º57.98%46.67%-
XYZ6.716.1418.28-
YUV68.43156.54114.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=21.10%
G=28.69%
B=50.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50681190.580.4300.53224.3540.8333.14
Hex3244773A2B035e02921
Octal6210416772530653405141
Binary11001010001001110111111010101011011010111100000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324477; }

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

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

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

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

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

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

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

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