#21326A

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

Shades of Resolution Blue #21326A

Tints of Resolution Blue #21326A

Color information

#21326A (or 0x21326A) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 6A. RGB value is (33,50,106). Sum of RGB (Red+Green+Blue) = 33+50+106=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #21326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21326A is #DECD95. Grayscale: #333333. Windows color (decimal): -14601622 or 6959649. OLE color: 6959649.

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

Color convert

RGB3350106-
CMYK0.690.5300.58
HSL226.03º52.52%27.25%-
HSV(B)226.03º68.87%41.57%-
XYZ4.373.6514.11-
YUV51.3158.87114.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 106 (41.80% from 255) = 56.08%
R=17.46%
G=26.46%
B=56.08%

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
Decimal33501060.690.5300.58226.0352.5227.25
Hex21326A453503Ae2351b
Octal4162152105650723426533
Binary1000011100101101010100010111010101110101110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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