Shades of Arapawa #214C67
Tints of Arapawa #214C67
RGB
CMYK
RGB Variations
Color information
#214C67 (or 0x214C67) is known color: Arapawa. HEX triplet: 21, 4C and 67. RGB value is (33,76,103). Sum of RGB (Red+Green+Blue) = 33+76+103=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #214C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C67 is #DEB398. Grayscale: #424242. Windows color (decimal): -14594969 or 6769697. OLE color: 6769697.
HSL color Cylindrical-coordinate representation of color #214C67: hue angle of 203.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214C67 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 76 | 103 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.60 |
| HSL | 203.14º | 0.51% | 0.27% | - |
| HSV(B) | 203.14º | 0.68% | 0.4% | - |
| XYZ | 5.66 | 6.47 | 13.78 | - |
| YUV | 66.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 103 | 0.68 | 0.26 | 0 | 0.60 | 203.14 | 0.51 | 0.27 |
| Hex | 21 | 4C | 67 | 44 | 1A | 0 | 3C | CB | 33 | 1B |
| Octal | 41 | 114 | 147 | 104 | 32 | 0 | 74 | 313 | 63 | 33 |
| Binary | 100001 | 1001100 | 1100111 | 1000100 | 11010 | 0 | 111100 | 11001011 | 110011 | 11011 |
Color Harmonies of #214C67
Complementary color
Monochromatic Colors of #214C67
Black with #214C67
Text Example
Text Example
White with #214C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C67; }
p { color: rgb(33,76,103); }
H1.HeaderClassName
{
color: #214C67;
}
.AnyTagClassName
{
color: #214C67;
}
</style>
background-color css
<style>
a { background-color: #214C67; }
a { background-color: rgb(33,76,103); }
div.DivClassName
{
background-color: #214C67;
}
.BgClassName
{
background-color: #214C67;
}
</style>
border-color css
<style>
span { border-color: #214C67; }
span { border-color: rgb(33,76,103); }
td.TdClassName
{
border-color: #214C67;
}
.TagClassName
{
border-color: #214C67;
}
</style>