Shades of Paua #231F4A
Tints of Paua #231F4A
RGB
CMYK
RGB Variations
Color information
#231F4A (or 0x231F4A) is known color: Paua. HEX triplet: 23, 1F and 4A. RGB value is (35,31,74). Sum of RGB (Red+Green+Blue) = 35+31+74=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #231F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F4A is #DCE0B5. Grayscale: #242424. Windows color (decimal): -14475446 or 4857635. OLE color: 4857635.
HSL color Cylindrical-coordinate representation of color #231F4A: hue angle of 245.58º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #231F4A is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 31 | 74 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.71 |
| HSL | 245.58º | 0.41% | 0.21% | - |
| HSV(B) | 245.58º | 0.58% | 0.29% | - |
| XYZ | 2.42 | 1.83 | 6.7 | - |
| YUV | 37.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 74 | 0.53 | 0.58 | 0 | 0.71 | 245.58 | 0.41 | 0.21 |
| Hex | 23 | 1F | 4A | 35 | 3A | 0 | 47 | F6 | 29 | 15 |
| Octal | 43 | 37 | 112 | 65 | 72 | 0 | 107 | 366 | 51 | 25 |
| Binary | 100011 | 11111 | 1001010 | 110101 | 111010 | 0 | 1000111 | 11110110 | 101001 | 10101 |
Color Harmonies of #231F4A
Complementary color
Monochromatic Colors of #231F4A
Black with #231F4A
Text Example
Text Example
White with #231F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F4A; }
p { color: rgb(35,31,74); }
H1.HeaderClassName
{
color: #231F4A;
}
.AnyTagClassName
{
color: #231F4A;
}
</style>
background-color css
<style>
a { background-color: #231F4A; }
a { background-color: rgb(35,31,74); }
div.DivClassName
{
background-color: #231F4A;
}
.BgClassName
{
background-color: #231F4A;
}
</style>
border-color css
<style>
span { border-color: #231F4A; }
span { border-color: rgb(35,31,74); }
td.TdClassName
{
border-color: #231F4A;
}
.TagClassName
{
border-color: #231F4A;
}
</style>