Shades of Arapawa #215360
Tints of Arapawa #215360
RGB
CMYK
RGB Variations
Color information
#215360 (or 0x215360) is known color: Arapawa. HEX triplet: 21, 53 and 60. RGB value is (33,83,96). Sum of RGB (Red+Green+Blue) = 33+83+96=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #215360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215360 is #DEAC9F. Grayscale: #454545. Windows color (decimal): -14593184 or 6312737. OLE color: 6312737.
HSL color Cylindrical-coordinate representation of color #215360: hue angle of 192.38º 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 #215360 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 83 | 96 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.62 |
| HSL | 192.38º | 0.49% | 0.25% | - |
| HSV(B) | 192.38º | 0.66% | 0.38% | - |
| XYZ | 5.83 | 7.35 | 12.18 | - |
| YUV | 69.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 96 | 0.66 | 0.14 | 0 | 0.62 | 192.38 | 0.49 | 0.25 |
| Hex | 21 | 53 | 60 | 42 | E | 0 | 3E | C0 | 31 | 19 |
| Octal | 41 | 123 | 140 | 102 | 16 | 0 | 76 | 300 | 61 | 31 |
| Binary | 100001 | 1010011 | 1100000 | 1000010 | 1110 | 0 | 111110 | 11000000 | 110001 | 11001 |
Color Harmonies of #215360
Complementary color
Monochromatic Colors of #215360
Black with #215360
Text Example
Text Example
White with #215360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215360; }
p { color: rgb(33,83,96); }
H1.HeaderClassName
{
color: #215360;
}
.AnyTagClassName
{
color: #215360;
}
</style>
background-color css
<style>
a { background-color: #215360; }
a { background-color: rgb(33,83,96); }
div.DivClassName
{
background-color: #215360;
}
.BgClassName
{
background-color: #215360;
}
</style>
border-color css
<style>
span { border-color: #215360; }
span { border-color: rgb(33,83,96); }
td.TdClassName
{
border-color: #215360;
}
.TagClassName
{
border-color: #215360;
}
</style>