#21407C

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

Shades of Resolution Blue #21407C

Tints of Resolution Blue #21407C

Color information

#21407C (or 0x21407C) is unknown color: approx Resolution Blue. HEX triplet: 21, 40 and 7C. RGB value is (33,64,124). Sum of RGB (Red+Green+Blue) = 33+64+124=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #21407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21407C is #DEBF83. Grayscale: #3D3D3D. Windows color (decimal): -14598020 or 8142881. OLE color: 8142881.

HSL color Cylindrical-coordinate representation of color #21407C: hue angle of 219.56º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21407C is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3364124-
CMYK0.730.4800.51
HSL219.56º57.96%30.78%-
HSV(B)219.56º73.39%48.63%-
XYZ6.15.4519.8-
YUV61.57163.23107.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=14.93%
G=28.96%
B=56.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33641240.730.4800.51219.5657.9630.78
Hex21407C4930033dc3a1f
Octal41100174111600633347237
Binary10000110000001111100100100111000001100111101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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