#21327B

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

Shades of Resolution Blue #21327B

Tints of Resolution Blue #21327B

Color information

#21327B (or 0x21327B) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 7B. RGB value is (33,50,123). Sum of RGB (Red+Green+Blue) = 33+50+123=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #21327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21327B is #DECD84. Grayscale: #343434. Windows color (decimal): -14601605 or 8073761. OLE color: 8073761.

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

Color convert

RGB3350123-
CMYK0.730.5900.52
HSL228.67º57.69%30.59%-
HSV(B)228.67º73.17%48.24%-
XYZ5.344.0319.24-
YUV53.24167.37113.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=16.02%
G=24.27%
B=59.71%

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
Decimal33501230.730.5900.52228.6757.6930.59
Hex21327B493B034e53a1f
Octal4162173111730643457237
Binary1000011100101111011100100111101101101001110010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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