#324274

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

Shades of Resolution Blue #324274

Tints of Resolution Blue #324274

Color information

#324274 (or 0x324274) is unknown color: approx Resolution Blue. HEX triplet: 32, 42 and 74. RGB value is (50,66,116). Sum of RGB (Red+Green+Blue) = 50+66+116=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #324274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324274 is #CDBD8B. Grayscale: #424242. Windows color (decimal): -13483404 or 7619122. OLE color: 7619122.

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

Color convert

RGB5066116-
CMYK0.570.4300.55
HSL225.45º39.76%32.55%-
HSV(B)225.45º56.9%45.49%-
XYZ6.425.8417.31-
YUV66.92155.7115.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 116 (45.70% from 255) = 50%
R=21.55%
G=28.45%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50661160.570.4300.55225.4539.7632.55
Hex324274392B037e12821
Octal6210216471530673415041
Binary11001010000101110100111001101011011011111100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324274; }

 p { color: rgb(50,66,116); }

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

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

 a { background-color: rgb(50,66,116); }

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

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

 span { border-color: rgb(50,66,116); }

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