#21316E

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

Shades of Resolution Blue #21316E

Tints of Resolution Blue #21316E

Color information

#21316E (or 0x21316E) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 6E. RGB value is (33,49,110). Sum of RGB (Red+Green+Blue) = 33+49+110=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #21316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21316E is #DECE91. Grayscale: #323232. Windows color (decimal): -14601874 or 7221537. OLE color: 7221537.

HSL color Cylindrical-coordinate representation of color #21316E: hue angle of 227.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21316E is Cyan = 0.7, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3349110-
CMYK0.70.5500.57
HSL227.53º53.85%28.04%-
HSV(B)227.53º70%43.14%-
XYZ4.543.6515.22-
YUV51.17161.2115.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=17.19%
G=25.52%
B=57.29%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33491100.70.5500.57227.5353.8528.04
Hex21316E4637039e4361c
Octal4161156106670713446634
Binary1000011100011101110100011011011101110011110010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21316E; }

 p { color: rgb(33,49,110); }

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

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

 a { background-color: rgb(33,49,110); }

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

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

 span { border-color: rgb(33,49,110); }

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