#21417F

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

Shades of Resolution Blue #21417F

Tints of Resolution Blue #21417F

Color information

#21417F (or 0x21417F) is unknown color: approx Resolution Blue. HEX triplet: 21, 41 and 7F. RGB value is (33,65,127). Sum of RGB (Red+Green+Blue) = 33+65+127=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #21417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21417F is #DEBE80. Grayscale: #3E3E3E. Windows color (decimal): -14597761 or 8339745. OLE color: 8339745.

HSL color Cylindrical-coordinate representation of color #21417F: hue angle of 219.57º 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 #21417F is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3365127-
CMYK0.740.4900.50
HSL219.57º58.75%31.37%-
HSV(B)219.57º74.02%49.8%-
XYZ6.355.6420.83-
YUV62.5164.4106.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 127 (50% from 255) = 56.44%
R=14.67%
G=28.89%
B=56.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33651270.740.4900.50219.5758.7531.37
Hex21417F4A31032dc3b1f
Octal41101177112610623347337
Binary10000110000011111111100101011000101100101101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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