#21377F

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

Shades of Resolution Blue #21377F

Tints of Resolution Blue #21377F

Color information

#21377F (or 0x21377F) is unknown color: approx Resolution Blue. HEX triplet: 21, 37 and 7F. RGB value is (33,55,127). Sum of RGB (Red+Green+Blue) = 33+55+127=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #21377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21377F is #DEC880. Grayscale: #383838. Windows color (decimal): -14600321 or 8337185. OLE color: 8337185.

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

Color convert

RGB3355127-
CMYK0.740.5700.50
HSL225.96º58.75%31.37%-
HSV(B)225.96º74.02%49.8%-
XYZ5.824.5920.66-
YUV56.63167.71111.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 127 (50% from 255) = 59.07%
R=15.35%
G=25.58%
B=59.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33551270.740.5700.50225.9658.7531.37
Hex21377F4A39032e23b1f
Octal4167177112710623427337
Binary1000011101111111111100101011100101100101110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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