#21327A

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

Shades of Resolution Blue #21327A

Tints of Resolution Blue #21327A

Color information

#21327A (or 0x21327A) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 7A. RGB value is (33,50,122). Sum of RGB (Red+Green+Blue) = 33+50+122=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #21327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21327A is #DECD85. Grayscale: #343434. Windows color (decimal): -14601606 or 8008225. OLE color: 8008225.

HSL color Cylindrical-coordinate representation of color #21327A: hue angle of 228.54º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21327A is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3350122-
CMYK0.730.5900.52
HSL228.54º57.42%30.39%-
HSV(B)228.54º72.95%47.84%-
XYZ5.284.0118.91-
YUV53.12166.87113.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=16.10%
G=24.39%
B=59.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33501220.730.5900.52228.5457.4230.39
Hex21327A493B034e5391e
Octal4162172111730643457136
Binary1000011100101111010100100111101101101001110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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