Shades of Paua #2C254C
Tints of Paua #2C254C
RGB
CMYK
RGB Variations
Color information
#2C254C (or 0x2C254C) is known color: Paua. HEX triplet: 2C, 25 and 4C. RGB value is (44,37,76). Sum of RGB (Red+Green+Blue) = 44+37+76=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C254C is #D3DAB3. Grayscale: #2B2B2B. Windows color (decimal): -13884084 or 4990252. OLE color: 4990252.
HSL color Cylindrical-coordinate representation of color #2C254C: hue angle of 250.77º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C254C is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 37 | 76 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.70 |
| HSL | 250.77º | 0.35% | 0.22% | - |
| HSV(B) | 250.77º | 0.51% | 0.3% | - |
| XYZ | 3 | 2.38 | 7.14 | - |
| YUV | 43.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 76 | 0.42 | 0.51 | 0 | 0.70 | 250.77 | 0.35 | 0.22 |
| Hex | 2C | 25 | 4C | 2A | 33 | 0 | 46 | FB | 23 | 16 |
| Octal | 54 | 45 | 114 | 52 | 63 | 0 | 106 | 373 | 43 | 26 |
| Binary | 101100 | 100101 | 1001100 | 101010 | 110011 | 0 | 1000110 | 11111011 | 100011 | 10110 |
Color Harmonies of #2C254C
Complementary color
Monochromatic Colors of #2C254C
Black with #2C254C
Text Example
Text Example
White with #2C254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C254C; }
p { color: rgb(44,37,76); }
H1.HeaderClassName
{
color: #2C254C;
}
.AnyTagClassName
{
color: #2C254C;
}
</style>
background-color css
<style>
a { background-color: #2C254C; }
a { background-color: rgb(44,37,76); }
div.DivClassName
{
background-color: #2C254C;
}
.BgClassName
{
background-color: #2C254C;
}
</style>
border-color css
<style>
span { border-color: #2C254C; }
span { border-color: rgb(44,37,76); }
td.TdClassName
{
border-color: #2C254C;
}
.TagClassName
{
border-color: #2C254C;
}
</style>