#21357C

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

Shades of Resolution Blue #21357C

Tints of Resolution Blue #21357C

Color information

#21357C (or 0x21357C) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 7C. RGB value is (33,53,124). Sum of RGB (Red+Green+Blue) = 33+53+124=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #21357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21357C is #DECA83. Grayscale: #363636. Windows color (decimal): -14600836 or 8140065. OLE color: 8140065.

HSL color Cylindrical-coordinate representation of color #21357C: hue angle of 226.81º 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 #21357C is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3353124-
CMYK0.730.5700.51
HSL226.81º57.96%30.78%-
HSV(B)226.81º73.39%48.63%-
XYZ5.544.3219.61-
YUV55.11166.87112.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=15.71%
G=25.24%
B=59.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33531240.730.5700.51226.8157.9630.78
Hex21357C4939033e33a1f
Octal4165174111710633437237
Binary1000011101011111100100100111100101100111110001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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