Shades of Paua #27235D
Tints of Paua #27235D
RGB
CMYK
RGB Variations
Color information
#27235D (or 0x27235D) is known color: Paua. HEX triplet: 27, 23 and 5D. RGB value is (39,35,93). Sum of RGB (Red+Green+Blue) = 39+35+93=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #27235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27235D is #D8DCA2. Grayscale: #2A2A2A. Windows color (decimal): -14212259 or 6103847. OLE color: 6103847.
HSL color Cylindrical-coordinate representation of color #27235D: hue angle of 244.14º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27235D is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 35 | 93 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.64 |
| HSL | 244.14º | 0.45% | 0.25% | - |
| HSV(B) | 244.14º | 0.62% | 0.36% | - |
| XYZ | 3.41 | 2.42 | 10.64 | - |
| YUV | 42.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 93 | 0.58 | 0.62 | 0 | 0.64 | 244.14 | 0.45 | 0.25 |
| Hex | 27 | 23 | 5D | 3A | 3E | 0 | 40 | F4 | 2D | 19 |
| Octal | 47 | 43 | 135 | 72 | 76 | 0 | 100 | 364 | 55 | 31 |
| Binary | 100111 | 100011 | 1011101 | 111010 | 111110 | 0 | 1000000 | 11110100 | 101101 | 11001 |
Color Harmonies of #27235D
Complementary color
Monochromatic Colors of #27235D
Black with #27235D
Text Example
Text Example
White with #27235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27235D; }
p { color: rgb(39,35,93); }
H1.HeaderClassName
{
color: #27235D;
}
.AnyTagClassName
{
color: #27235D;
}
</style>
background-color css
<style>
a { background-color: #27235D; }
a { background-color: rgb(39,35,93); }
div.DivClassName
{
background-color: #27235D;
}
.BgClassName
{
background-color: #27235D;
}
</style>
border-color css
<style>
span { border-color: #27235D; }
span { border-color: rgb(39,35,93); }
td.TdClassName
{
border-color: #27235D;
}
.TagClassName
{
border-color: #27235D;
}
</style>