Shades of Paua #2C2355
Tints of Paua #2C2355
RGB
CMYK
RGB Variations
Color information
#2C2355 (or 0x2C2355) is known color: Paua. HEX triplet: 2C, 23 and 55. RGB value is (44,35,85). Sum of RGB (Red+Green+Blue) = 44+35+85=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2355 is #D3DCAA. Grayscale: #2B2B2B. Windows color (decimal): -13884587 or 5579564. OLE color: 5579564.
HSL color Cylindrical-coordinate representation of color #2C2355: hue angle of 250.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C2355 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 35 | 85 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.67 |
| HSL | 250.8º | 0.42% | 0.24% | - |
| HSV(B) | 250.8º | 0.59% | 0.33% | - |
| XYZ | 3.28 | 2.39 | 8.88 | - |
| YUV | 43.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 85 | 0.48 | 0.59 | 0 | 0.67 | 250.8 | 0.42 | 0.24 |
| Hex | 2C | 23 | 55 | 30 | 3B | 0 | 43 | FB | 2A | 18 |
| Octal | 54 | 43 | 125 | 60 | 73 | 0 | 103 | 373 | 52 | 30 |
| Binary | 101100 | 100011 | 1010101 | 110000 | 111011 | 0 | 1000011 | 11111011 | 101010 | 11000 |
Color Harmonies of #2C2355
Complementary color
Monochromatic Colors of #2C2355
Black with #2C2355
Text Example
Text Example
White with #2C2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2355; }
p { color: rgb(44,35,85); }
H1.HeaderClassName
{
color: #2C2355;
}
.AnyTagClassName
{
color: #2C2355;
}
</style>
background-color css
<style>
a { background-color: #2C2355; }
a { background-color: rgb(44,35,85); }
div.DivClassName
{
background-color: #2C2355;
}
.BgClassName
{
background-color: #2C2355;
}
</style>
border-color css
<style>
span { border-color: #2C2355; }
span { border-color: rgb(44,35,85); }
td.TdClassName
{
border-color: #2C2355;
}
.TagClassName
{
border-color: #2C2355;
}
</style>