#21307D

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

Shades of Resolution Blue #21307D

Tints of Resolution Blue #21307D

Color information

#21307D (or 0x21307D) is unknown color: approx Resolution Blue. HEX triplet: 21, 30 and 7D. RGB value is (33,48,125). Sum of RGB (Red+Green+Blue) = 33+48+125=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #21307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21307D is #DECF82. Grayscale: #333333. Windows color (decimal): -14602115 or 8204321. OLE color: 8204321.

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

Color convert

RGB3348125-
CMYK0.740.6200.51
HSL230.22º58.23%30.98%-
HSV(B)230.22º73.6%49.02%-
XYZ5.393.9219.87-
YUV52.29169.03114.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=16.02%
G=23.30%
B=60.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33481250.740.6200.51230.2258.2330.98
Hex21307D4A3E033e63a1f
Octal4160175112760633467237
Binary1000011100001111101100101011111001100111110011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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