Shades of Arapawa #214C5D
Tints of Arapawa #214C5D
RGB
CMYK
RGB Variations
Color information
#214C5D (or 0x214C5D) is known color: Arapawa. HEX triplet: 21, 4C and 5D. RGB value is (33,76,93). Sum of RGB (Red+Green+Blue) = 33+76+93=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #214C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C5D is #DEB3A2. Grayscale: #404040. Windows color (decimal): -14594979 or 6114337. OLE color: 6114337.
HSL color Cylindrical-coordinate representation of color #214C5D: hue angle of 197º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #214C5D is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 76 | 93 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.64 |
| HSL | 197º | 0.48% | 0.25% | - |
| HSV(B) | 197º | 0.65% | 0.36% | - |
| XYZ | 5.19 | 6.28 | 11.3 | - |
| YUV | 65.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 93 | 0.65 | 0.18 | 0 | 0.64 | 197 | 0.48 | 0.25 |
| Hex | 21 | 4C | 5D | 41 | 12 | 0 | 40 | C5 | 30 | 19 |
| Octal | 41 | 114 | 135 | 101 | 22 | 0 | 100 | 305 | 60 | 31 |
| Binary | 100001 | 1001100 | 1011101 | 1000001 | 10010 | 0 | 1000000 | 11000101 | 110000 | 11001 |
Color Harmonies of #214C5D
Complementary color
Monochromatic Colors of #214C5D
Black with #214C5D
Text Example
Text Example
White with #214C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C5D; }
p { color: rgb(33,76,93); }
H1.HeaderClassName
{
color: #214C5D;
}
.AnyTagClassName
{
color: #214C5D;
}
</style>
background-color css
<style>
a { background-color: #214C5D; }
a { background-color: rgb(33,76,93); }
div.DivClassName
{
background-color: #214C5D;
}
.BgClassName
{
background-color: #214C5D;
}
</style>
border-color css
<style>
span { border-color: #214C5D; }
span { border-color: rgb(33,76,93); }
td.TdClassName
{
border-color: #214C5D;
}
.TagClassName
{
border-color: #214C5D;
}
</style>