Shades of Paua #302B55
Tints of Paua #302B55
RGB
CMYK
RGB Variations
Color information
#302B55 (or 0x302B55) is known color: Paua. HEX triplet: 30, 2B and 55. RGB value is (48,43,85). Sum of RGB (Red+Green+Blue) = 48+43+85=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #302B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B55 is #CFD4AA. Grayscale: #313131. Windows color (decimal): -13620395 or 5581616. OLE color: 5581616.
HSL color Cylindrical-coordinate representation of color #302B55: hue angle of 247.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302B55 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 43 | 85 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.67 |
| HSL | 247.14º | 0.33% | 0.25% | - |
| HSV(B) | 247.14º | 0.49% | 0.33% | - |
| XYZ | 3.72 | 3.01 | 8.98 | - |
| YUV | 49.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 85 | 0.44 | 0.49 | 0 | 0.67 | 247.14 | 0.33 | 0.25 |
| Hex | 30 | 2B | 55 | 2C | 31 | 0 | 43 | F7 | 21 | 19 |
| Octal | 60 | 53 | 125 | 54 | 61 | 0 | 103 | 367 | 41 | 31 |
| Binary | 110000 | 101011 | 1010101 | 101100 | 110001 | 0 | 1000011 | 11110111 | 100001 | 11001 |
Color Harmonies of #302B55
Complementary color
Monochromatic Colors of #302B55
Black with #302B55
Text Example
Text Example
White with #302B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B55; }
p { color: rgb(48,43,85); }
H1.HeaderClassName
{
color: #302B55;
}
.AnyTagClassName
{
color: #302B55;
}
</style>
background-color css
<style>
a { background-color: #302B55; }
a { background-color: rgb(48,43,85); }
div.DivClassName
{
background-color: #302B55;
}
.BgClassName
{
background-color: #302B55;
}
</style>
border-color css
<style>
span { border-color: #302B55; }
span { border-color: rgb(48,43,85); }
td.TdClassName
{
border-color: #302B55;
}
.TagClassName
{
border-color: #302B55;
}
</style>