Shades of Arapawa #2C4A5C
Tints of Arapawa #2C4A5C
RGB
CMYK
RGB Variations
Color information
#2C4A5C (or 0x2C4A5C) is known color: Arapawa. HEX triplet: 2C, 4A and 5C. RGB value is (44,74,92). Sum of RGB (Red+Green+Blue) = 44+74+92=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C4A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4A5C is #D3B5A3. Grayscale: #424242. Windows color (decimal): -13874596 or 6048300. OLE color: 6048300.
HSL color Cylindrical-coordinate representation of color #2C4A5C: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C4A5C is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 74 | 92 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.64 |
| HSL | 202.5º | 0.35% | 0.27% | - |
| HSV(B) | 202.5º | 0.52% | 0.36% | - |
| XYZ | 5.42 | 6.21 | 11.04 | - |
| YUV | 67.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 92 | 0.52 | 0.20 | 0 | 0.64 | 202.5 | 0.35 | 0.27 |
| Hex | 2C | 4A | 5C | 34 | 14 | 0 | 40 | CA | 23 | 1B |
| Octal | 54 | 112 | 134 | 64 | 24 | 0 | 100 | 312 | 43 | 33 |
| Binary | 101100 | 1001010 | 1011100 | 110100 | 10100 | 0 | 1000000 | 11001010 | 100011 | 11011 |
Color Harmonies of #2C4A5C
Complementary color
Monochromatic Colors of #2C4A5C
Black with #2C4A5C
Text Example
Text Example
White with #2C4A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4A5C; }
p { color: rgb(44,74,92); }
H1.HeaderClassName
{
color: #2C4A5C;
}
.AnyTagClassName
{
color: #2C4A5C;
}
</style>
background-color css
<style>
a { background-color: #2C4A5C; }
a { background-color: rgb(44,74,92); }
div.DivClassName
{
background-color: #2C4A5C;
}
.BgClassName
{
background-color: #2C4A5C;
}
</style>
border-color css
<style>
span { border-color: #2C4A5C; }
span { border-color: rgb(44,74,92); }
td.TdClassName
{
border-color: #2C4A5C;
}
.TagClassName
{
border-color: #2C4A5C;
}
</style>