Shades of Arapawa #204E6B
Tints of Arapawa #204E6B
RGB
CMYK
RGB Variations
Color information
#204E6B (or 0x204E6B) is known color: Arapawa. HEX triplet: 20, 4E and 6B. RGB value is (32,78,107). Sum of RGB (Red+Green+Blue) = 32+78+107=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #204E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E6B is #DFB194. Grayscale: #434343. Windows color (decimal): -14659989 or 7032352. OLE color: 7032352.
HSL color Cylindrical-coordinate representation of color #204E6B: hue angle of 203.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204E6B is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 78 | 107 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.58 |
| HSL | 203.2º | 0.54% | 0.27% | - |
| HSV(B) | 203.2º | 0.7% | 0.42% | - |
| XYZ | 5.97 | 6.82 | 14.91 | - |
| YUV | 67.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 107 | 0.70 | 0.27 | 0 | 0.58 | 203.2 | 0.54 | 0.27 |
| Hex | 20 | 4E | 6B | 46 | 1B | 0 | 3A | CB | 36 | 1B |
| Octal | 40 | 116 | 153 | 106 | 33 | 0 | 72 | 313 | 66 | 33 |
| Binary | 100000 | 1001110 | 1101011 | 1000110 | 11011 | 0 | 111010 | 11001011 | 110110 | 11011 |
Color Harmonies of #204E6B
Complementary color
Monochromatic Colors of #204E6B
Black with #204E6B
Text Example
Text Example
White with #204E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E6B; }
p { color: rgb(32,78,107); }
H1.HeaderClassName
{
color: #204E6B;
}
.AnyTagClassName
{
color: #204E6B;
}
</style>
background-color css
<style>
a { background-color: #204E6B; }
a { background-color: rgb(32,78,107); }
div.DivClassName
{
background-color: #204E6B;
}
.BgClassName
{
background-color: #204E6B;
}
</style>
border-color css
<style>
span { border-color: #204E6B; }
span { border-color: rgb(32,78,107); }
td.TdClassName
{
border-color: #204E6B;
}
.TagClassName
{
border-color: #204E6B;
}
</style>