#21356F

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

Shades of Resolution Blue #21356F

Tints of Resolution Blue #21356F

Color information

#21356F (or 0x21356F) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 6F. RGB value is (33,53,111). Sum of RGB (Red+Green+Blue) = 33+53+111=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #21356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21356F is #DECA90. Grayscale: #353535. Windows color (decimal): -14600849 or 7288097. OLE color: 7288097.

HSL color Cylindrical-coordinate representation of color #21356F: hue angle of 224.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21356F is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3353111-
CMYK0.700.5200.56
HSL224.62º54.17%28.24%-
HSV(B)224.62º70.27%43.53%-
XYZ4.774.0215.56-
YUV53.63160.37113.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=16.75%
G=26.90%
B=56.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33531110.700.5200.56224.6254.1728.24
Hex21356F4634038e1361c
Octal4165157106640703416634
Binary1000011101011101111100011011010001110001110000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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