#21317E

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

Shades of Resolution Blue #21317E

Tints of Resolution Blue #21317E

Color information

#21317E (or 0x21317E) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 7E. RGB value is (33,49,126). Sum of RGB (Red+Green+Blue) = 33+49+126=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #21317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21317E is #DECE81. Grayscale: #343434. Windows color (decimal): -14601858 or 8270113. OLE color: 8270113.

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

Color convert

RGB3349126-
CMYK0.740.6100.51
HSL229.68º58.49%31.18%-
HSV(B)229.68º73.81%49.41%-
XYZ5.494.0320.23-
YUV52.99169.2113.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 126 (49.61% from 255) = 60.58%
R=15.87%
G=23.56%
B=60.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33491260.740.6100.51229.6858.4931.18
Hex21317E4A3D033e63a1f
Octal4161176112750633467237
Binary1000011100011111110100101011110101100111110011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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