#21317C

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

Shades of Resolution Blue #21317C

Tints of Resolution Blue #21317C

Color information

#21317C (or 0x21317C) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 7C. RGB value is (33,49,124). Sum of RGB (Red+Green+Blue) = 33+49+124=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #21317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21317C is #DECE83. Grayscale: #343434. Windows color (decimal): -14601860 or 8139041. OLE color: 8139041.

HSL color Cylindrical-coordinate representation of color #21317C: hue angle of 229.45º 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 #21317C is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3349124-
CMYK0.730.6000.51
HSL229.45º57.96%30.78%-
HSV(B)229.45º73.39%48.63%-
XYZ5.363.9819.55-
YUV52.77168.2113.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=16.02%
G=23.79%
B=60.19%

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
Decimal33491240.730.6000.51229.4557.9630.78
Hex21317C493C033e53a1f
Octal4161174111740633457237
Binary1000011100011111100100100111110001100111110010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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