Shades of Arapawa #214C5E
Tints of Arapawa #214C5E
RGB
CMYK
RGB Variations
Color information
#214C5E (or 0x214C5E) is known color: Arapawa. HEX triplet: 21, 4C and 5E. RGB value is (33,76,94). Sum of RGB (Red+Green+Blue) = 33+76+94=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #214C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C5E is #DEB3A1. Grayscale: #414141. Windows color (decimal): -14594978 or 6179873. OLE color: 6179873.
HSL color Cylindrical-coordinate representation of color #214C5E: hue angle of 197.7º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #214C5E is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 33 | 76 | 94 | - |
CMYK | 0.65 | 0.19 | 0 | 0.63 |
HSL | 197.7º | 0.48% | 0.25% | - |
HSV(B) | 197.7º | 0.65% | 0.37% | - |
XYZ | 5.23 | 6.3 | 11.53 | - |
YUV | 65.2 | 144.25 | 105.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 76 | 94 | 0.65 | 0.19 | 0 | 0.63 | 197.7 | 0.48 | 0.25 |
Hex | 21 | 4C | 5E | 41 | 13 | 0 | 3F | C6 | 30 | 19 |
Octal | 41 | 114 | 136 | 101 | 23 | 0 | 77 | 306 | 60 | 31 |
Binary | 100001 | 1001100 | 1011110 | 1000001 | 10011 | 0 | 111111 | 11000110 | 110000 | 11001 |
Color Harmonies of #214C5E
Complementary color
Monochromatic Colors of #214C5E
Black with #214C5E
Text Example
Text Example
White with #214C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C5E; }
p { color: rgb(33,76,94); }
H1.HeaderClassName
{
color: #214C5E;
}
.AnyTagClassName
{
color: #214C5E;
}
</style>
background-color css
<style>
a { background-color: #214C5E; }
a { background-color: rgb(33,76,94); }
div.DivClassName
{
background-color: #214C5E;
}
.BgClassName
{
background-color: #214C5E;
}
</style>
border-color css
<style>
span { border-color: #214C5E; }
span { border-color: rgb(33,76,94); }
td.TdClassName
{
border-color: #214C5E;
}
.TagClassName
{
border-color: #214C5E;
}
</style>