Shades of Paua #2C244C
Tints of Paua #2C244C
RGB
CMYK
RGB Variations
Color information
#2C244C (or 0x2C244C) is known color: Paua. HEX triplet: 2C, 24 and 4C. RGB value is (44,36,76). Sum of RGB (Red+Green+Blue) = 44+36+76=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C244C is #D3DBB3. Grayscale: #2A2A2A. Windows color (decimal): -13884340 or 4989996. OLE color: 4989996.
HSL color Cylindrical-coordinate representation of color #2C244C: hue angle of 252º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C244C is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 36 | 76 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.70 |
| HSL | 252º | 0.36% | 0.22% | - |
| HSV(B) | 252º | 0.53% | 0.3% | - |
| XYZ | 2.97 | 2.32 | 7.13 | - |
| YUV | 42.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 76 | 0.42 | 0.53 | 0 | 0.70 | 252 | 0.36 | 0.22 |
| Hex | 2C | 24 | 4C | 2A | 35 | 0 | 46 | FC | 24 | 16 |
| Octal | 54 | 44 | 114 | 52 | 65 | 0 | 106 | 374 | 44 | 26 |
| Binary | 101100 | 100100 | 1001100 | 101010 | 110101 | 0 | 1000110 | 11111100 | 100100 | 10110 |
Color Harmonies of #2C244C
Complementary color
Monochromatic Colors of #2C244C
Black with #2C244C
Text Example
Text Example
White with #2C244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C244C; }
p { color: rgb(44,36,76); }
H1.HeaderClassName
{
color: #2C244C;
}
.AnyTagClassName
{
color: #2C244C;
}
</style>
background-color css
<style>
a { background-color: #2C244C; }
a { background-color: rgb(44,36,76); }
div.DivClassName
{
background-color: #2C244C;
}
.BgClassName
{
background-color: #2C244C;
}
</style>
border-color css
<style>
span { border-color: #2C244C; }
span { border-color: rgb(44,36,76); }
td.TdClassName
{
border-color: #2C244C;
}
.TagClassName
{
border-color: #2C244C;
}
</style>