#21327C

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

Shades of Resolution Blue #21327C

Tints of Resolution Blue #21327C

Color information

#21327C (or 0x21327C) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 7C. RGB value is (33,50,124). Sum of RGB (Red+Green+Blue) = 33+50+124=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #21327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21327C is #DECD83. Grayscale: #353535. Windows color (decimal): -14601604 or 8139297. OLE color: 8139297.

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

Color convert

RGB3350124-
CMYK0.730.6000.51
HSL228.79º57.96%30.78%-
HSV(B)228.79º73.39%48.63%-
XYZ5.414.0619.57-
YUV53.35167.87113.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=15.94%
G=24.15%
B=59.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33501240.730.6000.51228.7957.9630.78
Hex21327C493C033e53a1f
Octal4162174111740633457237
Binary1000011100101111100100100111110001100111110010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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