#21326B

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

Shades of Resolution Blue #21326B

Tints of Resolution Blue #21326B

Color information

#21326B (or 0x21326B) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 6B. RGB value is (33,50,107). Sum of RGB (Red+Green+Blue) = 33+50+107=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #21326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21326B is #DECD94. Grayscale: #333333. Windows color (decimal): -14601621 or 7025185. OLE color: 7025185.

HSL color Cylindrical-coordinate representation of color #21326B: hue angle of 226.22º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21326B is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3350107-
CMYK0.690.5300.58
HSL226.22º52.86%27.45%-
HSV(B)226.22º69.16%41.96%-
XYZ4.423.6714.38-
YUV51.42159.37114.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=17.37%
G=26.32%
B=56.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33501070.690.5300.58226.2252.8627.45
Hex21326B453503Ae2351b
Octal4162153105650723426533
Binary1000011100101101011100010111010101110101110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21326B; }

 p { color: rgb(33,50,107); }

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

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

 a { background-color: rgb(33,50,107); }

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

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

 span { border-color: rgb(33,50,107); }

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