#21407F

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

Shades of Resolution Blue #21407F

Tints of Resolution Blue #21407F

Color information

#21407F (or 0x21407F) is unknown color: approx Resolution Blue. HEX triplet: 21, 40 and 7F. RGB value is (33,64,127). Sum of RGB (Red+Green+Blue) = 33+64+127=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #21407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21407F is #DEBF80. Grayscale: #3D3D3D. Windows color (decimal): -14598017 or 8339489. OLE color: 8339489.

HSL color Cylindrical-coordinate representation of color #21407F: hue angle of 220.21º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21407F is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3364127-
CMYK0.740.5000.50
HSL220.21º58.75%31.37%-
HSV(B)220.21º74.02%49.8%-
XYZ6.295.5220.81-
YUV61.91164.73107.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 56.70%
R=14.73%
G=28.57%
B=56.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33641270.740.5000.50220.2158.7531.37
Hex21407F4A32032dc3b1f
Octal41100177112620623347337
Binary10000110000001111111100101011001001100101101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21407F; }

 p { color: rgb(33,64,127); }

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

<style>
 a { background-color: #21407F; }

 a { background-color: rgb(33,64,127); }

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

<style>
 span { border-color: #21407F; }

 span { border-color: rgb(33,64,127); }

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