Shades of Arapawa #2C4B5C
Tints of Arapawa #2C4B5C
RGB
CMYK
RGB Variations
Color information
#2C4B5C (or 0x2C4B5C) is known color: Arapawa. HEX triplet: 2C, 4B and 5C. RGB value is (44,75,92). Sum of RGB (Red+Green+Blue) = 44+75+92=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C4B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4B5C is #D3B4A3. Grayscale: #434343. Windows color (decimal): -13874340 or 6048556. OLE color: 6048556.
HSL color Cylindrical-coordinate representation of color #2C4B5C: hue angle of 201.25º 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 #2C4B5C is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 75 | 92 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.64 |
| HSL | 201.25º | 0.35% | 0.27% | - |
| HSV(B) | 201.25º | 0.52% | 0.36% | - |
| XYZ | 5.49 | 6.34 | 11.06 | - |
| YUV | 67.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 92 | 0.52 | 0.18 | 0 | 0.64 | 201.25 | 0.35 | 0.27 |
| Hex | 2C | 4B | 5C | 34 | 12 | 0 | 40 | C9 | 23 | 1B |
| Octal | 54 | 113 | 134 | 64 | 22 | 0 | 100 | 311 | 43 | 33 |
| Binary | 101100 | 1001011 | 1011100 | 110100 | 10010 | 0 | 1000000 | 11001001 | 100011 | 11011 |
Color Harmonies of #2C4B5C
Complementary color
Monochromatic Colors of #2C4B5C
Black with #2C4B5C
Text Example
Text Example
White with #2C4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B5C; }
p { color: rgb(44,75,92); }
H1.HeaderClassName
{
color: #2C4B5C;
}
.AnyTagClassName
{
color: #2C4B5C;
}
</style>
background-color css
<style>
a { background-color: #2C4B5C; }
a { background-color: rgb(44,75,92); }
div.DivClassName
{
background-color: #2C4B5C;
}
.BgClassName
{
background-color: #2C4B5C;
}
</style>
border-color css
<style>
span { border-color: #2C4B5C; }
span { border-color: rgb(44,75,92); }
td.TdClassName
{
border-color: #2C4B5C;
}
.TagClassName
{
border-color: #2C4B5C;
}
</style>