#21397A

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

Shades of Resolution Blue #21397A

Tints of Resolution Blue #21397A

Color information

#21397A (or 0x21397A) is unknown color: approx Resolution Blue. HEX triplet: 21, 39 and 7A. RGB value is (33,57,122). Sum of RGB (Red+Green+Blue) = 33+57+122=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #21397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21397A is #DEC685. Grayscale: #383838. Windows color (decimal): -14599814 or 8010017. OLE color: 8010017.

HSL color Cylindrical-coordinate representation of color #21397A: hue angle of 223.82º 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 #21397A is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3357122-
CMYK0.730.5300.52
HSL223.82º57.42%30.39%-
HSV(B)223.82º72.95%47.84%-
XYZ5.64.6519.02-
YUV57.23164.55110.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=15.57%
G=26.89%
B=57.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33571220.730.5300.52223.8257.4230.39
Hex21397A4935034e0391e
Octal4171172111650643407136
Binary1000011110011111010100100111010101101001110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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