#21317D

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

Shades of Resolution Blue #21317D

Tints of Resolution Blue #21317D

Color information

#21317D (or 0x21317D) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 7D. RGB value is (33,49,125). Sum of RGB (Red+Green+Blue) = 33+49+125=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #21317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21317D is #DECE82. Grayscale: #343434. Windows color (decimal): -14601859 or 8204577. OLE color: 8204577.

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

Color convert

RGB3349125-
CMYK0.740.6100.51
HSL229.57º58.23%30.98%-
HSV(B)229.57º73.6%49.02%-
XYZ5.43419.89-
YUV52.88168.7113.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=15.94%
G=23.67%
B=60.39%

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
Decimal33491250.740.6100.51229.5758.2330.98
Hex21317D4A3D033e63a1f
Octal4161175112750633467237
Binary1000011100011111101100101011110101100111110011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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