#21356C

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

Shades of Resolution Blue #21356C

Tints of Resolution Blue #21356C

Color information

#21356C (or 0x21356C) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 6C. RGB value is (33,53,108). Sum of RGB (Red+Green+Blue) = 33+53+108=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #21356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21356C is #DECA93. Grayscale: #353535. Windows color (decimal): -14600852 or 7091489. OLE color: 7091489.

HSL color Cylindrical-coordinate representation of color #21356C: hue angle of 224º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21356C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3353108-
CMYK0.690.5100.58
HSL224º53.19%27.65%-
HSV(B)224º69.44%42.35%-
XYZ4.613.9514.71-
YUV53.29158.87113.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=17.01%
G=27.32%
B=55.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33531080.690.5100.5822453.1927.65
Hex21356C453303Ae0351c
Octal4165154105630723406534
Binary1000011101011101100100010111001101110101110000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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