Shades of Arapawa #204B5E
Tints of Arapawa #204B5E
RGB
CMYK
RGB Variations
Color information
#204B5E (or 0x204B5E) is known color: Arapawa. HEX triplet: 20, 4B and 5E. RGB value is (32,75,94). Sum of RGB (Red+Green+Blue) = 32+75+94=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #204B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B5E is #DFB4A1. Grayscale: #404040. Windows color (decimal): -14660770 or 6179616. OLE color: 6179616.
HSL color Cylindrical-coordinate representation of color #204B5E: hue angle of 198.39º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204B5E is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 32 | 75 | 94 | - |
CMYK | 0.66 | 0.20 | 0 | 0.63 |
HSL | 198.39º | 0.49% | 0.25% | - |
HSV(B) | 198.39º | 0.66% | 0.37% | - |
XYZ | 5.13 | 6.15 | 11.51 | - |
YUV | 64.31 | 144.75 | 104.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 75 | 94 | 0.66 | 0.20 | 0 | 0.63 | 198.39 | 0.49 | 0.25 |
Hex | 20 | 4B | 5E | 42 | 14 | 0 | 3F | C6 | 31 | 19 |
Octal | 40 | 113 | 136 | 102 | 24 | 0 | 77 | 306 | 61 | 31 |
Binary | 100000 | 1001011 | 1011110 | 1000010 | 10100 | 0 | 111111 | 11000110 | 110001 | 11001 |
Color Harmonies of #204B5E
Complementary color
Monochromatic Colors of #204B5E
Black with #204B5E
Text Example
Text Example
White with #204B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B5E; }
p { color: rgb(32,75,94); }
H1.HeaderClassName
{
color: #204B5E;
}
.AnyTagClassName
{
color: #204B5E;
}
</style>
background-color css
<style>
a { background-color: #204B5E; }
a { background-color: rgb(32,75,94); }
div.DivClassName
{
background-color: #204B5E;
}
.BgClassName
{
background-color: #204B5E;
}
</style>
border-color css
<style>
span { border-color: #204B5E; }
span { border-color: rgb(32,75,94); }
td.TdClassName
{
border-color: #204B5E;
}
.TagClassName
{
border-color: #204B5E;
}
</style>