#215561

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

Shades of Arapawa #215561

Tints of Arapawa #215561

Color information

#215561 (or 0x215561) is unknown color: approx Arapawa. HEX triplet: 21, 55 and 61. RGB value is (33,85,97). Sum of RGB (Red+Green+Blue) = 33+85+97=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #215561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215561 is #DEAA9E. Grayscale: #464646. Windows color (decimal): -14592671 or 6378785. OLE color: 6378785.

HSL color Cylindrical-coordinate representation of color #215561: hue angle of 191.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215561 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB338597-
CMYK0.660.1200.62
HSL191.25º49.23%25.49%-
HSV(B)191.25º65.98%38.04%-
XYZ6.037.6812.47-
YUV70.82142.77101.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=15.35%
G=39.53%
B=45.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3385970.660.1200.62191.2549.2325.49
Hex21556142C03Ebf3119
Octal41125141102140762776131
Binary100001101010111000011000010110001111101011111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215561; }

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

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

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

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

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

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

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

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