#21337A

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

Shades of Resolution Blue #21337A

Tints of Resolution Blue #21337A

Color information

#21337A (or 0x21337A) is unknown color: approx Resolution Blue. HEX triplet: 21, 33 and 7A. RGB value is (33,51,122). Sum of RGB (Red+Green+Blue) = 33+51+122=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #21337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21337A is #DECC85. Grayscale: #353535. Windows color (decimal): -14601350 or 8008481. OLE color: 8008481.

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

Color convert

RGB3351122-
CMYK0.730.5800.52
HSL227.87º57.42%30.39%-
HSV(B)227.87º72.95%47.84%-
XYZ5.324.118.92-
YUV53.71166.54113.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=16.02%
G=24.76%
B=59.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33511220.730.5800.52227.8757.4230.39
Hex21337A493A034e4391e
Octal4163172111720643447136
Binary1000011100111111010100100111101001101001110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21337A; }

 p { color: rgb(33,51,122); }

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

<style>
 a { background-color: #21337A; }

 a { background-color: rgb(33,51,122); }

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

<style>
 span { border-color: #21337A; }

 span { border-color: rgb(33,51,122); }

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