Shades of Arapawa #214B5D
Tints of Arapawa #214B5D
RGB
CMYK
RGB Variations
Color information
#214B5D (or 0x214B5D) is known color: Arapawa. HEX triplet: 21, 4B and 5D. RGB value is (33,75,93). Sum of RGB (Red+Green+Blue) = 33+75+93=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #214B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B5D is #DEB4A2. Grayscale: #404040. Windows color (decimal): -14595235 or 6114081. OLE color: 6114081.
HSL color Cylindrical-coordinate representation of color #214B5D: hue angle of 198º 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 #214B5D is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 75 | 93 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.64 |
| HSL | 198º | 0.48% | 0.25% | - |
| HSV(B) | 198º | 0.65% | 0.36% | - |
| XYZ | 5.12 | 6.15 | 11.27 | - |
| YUV | 64.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 93 | 0.65 | 0.19 | 0 | 0.64 | 198 | 0.48 | 0.25 |
| Hex | 21 | 4B | 5D | 41 | 13 | 0 | 40 | C6 | 30 | 19 |
| Octal | 41 | 113 | 135 | 101 | 23 | 0 | 100 | 306 | 60 | 31 |
| Binary | 100001 | 1001011 | 1011101 | 1000001 | 10011 | 0 | 1000000 | 11000110 | 110000 | 11001 |
Color Harmonies of #214B5D
Complementary color
Monochromatic Colors of #214B5D
Black with #214B5D
Text Example
Text Example
White with #214B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B5D; }
p { color: rgb(33,75,93); }
H1.HeaderClassName
{
color: #214B5D;
}
.AnyTagClassName
{
color: #214B5D;
}
</style>
background-color css
<style>
a { background-color: #214B5D; }
a { background-color: rgb(33,75,93); }
div.DivClassName
{
background-color: #214B5D;
}
.BgClassName
{
background-color: #214B5D;
}
</style>
border-color css
<style>
span { border-color: #214B5D; }
span { border-color: rgb(33,75,93); }
td.TdClassName
{
border-color: #214B5D;
}
.TagClassName
{
border-color: #214B5D;
}
</style>