#324678

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

Shades of Resolution Blue #324678

Tints of Resolution Blue #324678

Color information

#324678 (or 0x324678) is unknown color: approx Resolution Blue. HEX triplet: 32, 46 and 78. RGB value is (50,70,120). Sum of RGB (Red+Green+Blue) = 50+70+120=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #324678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324678 is #CDB987. Grayscale: #454545. Windows color (decimal): -13482376 or 7882290. OLE color: 7882290.

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

Color convert

RGB5070120-
CMYK0.580.4200.53
HSL222.86º41.18%33.33%-
HSV(B)222.86º58.33%47.06%-
XYZ6.96.4118.64-
YUV69.72156.37113.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 120 (47.27% from 255) = 50%
R=20.83%
G=29.17%
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
Decimal50701200.580.4200.53222.8641.1833.33
Hex3246783A2A035df2921
Octal6210617072520653375141
Binary11001010001101111000111010101010011010111011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324678; }

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

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

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

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

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

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

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

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