#324878

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

Shades of Resolution Blue #324878

Tints of Resolution Blue #324878

Color information

#324878 (or 0x324878) is unknown color: approx Resolution Blue. HEX triplet: 32, 48 and 78. RGB value is (50,72,120). Sum of RGB (Red+Green+Blue) = 50+72+120=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #324878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324878 is #CDB787. Grayscale: #464646. Windows color (decimal): -13481864 or 7882802. OLE color: 7882802.

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

Color convert

RGB5072120-
CMYK0.580.4000.53
HSL221.14º41.18%33.33%-
HSV(B)221.14º58.33%47.06%-
XYZ7.026.6718.69-
YUV70.89155.71113.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=20.66%
G=29.75%
B=49.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50721200.580.4000.53221.1441.1833.33
Hex3248783A28035dd2921
Octal6211017072500653355141
Binary11001010010001111000111010101000011010111011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324878; }

 p { color: rgb(50,72,120); }

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

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

 a { background-color: rgb(50,72,120); }

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

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

 span { border-color: rgb(50,72,120); }

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