#215563

Color #215563 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #215563

Tints of Arapawa #215563

Color information

#215563 (or 0x215563) is unknown color: approx Arapawa. HEX triplet: 21, 55 and 63. RGB value is (33,85,99). Sum of RGB (Red+Green+Blue) = 33+85+99=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #215563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215563 is #DEAA9C. Grayscale: #464646. Windows color (decimal): -14592669 or 6509857. OLE color: 6509857.

HSL color Cylindrical-coordinate representation of color #215563: hue angle of 192.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215563 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB338599-
CMYK0.670.1400.61
HSL192.73º50%25.88%-
HSV(B)192.73º66.67%38.82%-
XYZ6.137.7212.97-
YUV71.05143.77100.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=15.21%
G=39.17%
B=45.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3385990.670.1400.61192.735025.88
Hex21556343E03Dc1321a
Octal41125143103160753016232
Binary100001101010111000111000011111001111011100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215563; }

 p { color: rgb(33,85,99); }

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

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

 a { background-color: rgb(33,85,99); }

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

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

 span { border-color: rgb(33,85,99); }

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