Shades of Paua #221B5C
Tints of Paua #221B5C
RGB
CMYK
RGB Variations
Color information
#221B5C (or 0x221B5C) is known color: Paua. HEX triplet: 22, 1B and 5C. RGB value is (34,27,92). Sum of RGB (Red+Green+Blue) = 34+27+92=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #221B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B5C is #DDE4A3. Grayscale: #242424. Windows color (decimal): -14541988 or 6036258. OLE color: 6036258.
HSL color Cylindrical-coordinate representation of color #221B5C: hue angle of 246.46º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #221B5C is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 27 | 92 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.64 |
| HSL | 246.46º | 0.55% | 0.23% | - |
| HSV(B) | 246.46º | 0.71% | 0.36% | - |
| XYZ | 2.98 | 1.9 | 10.33 | - |
| YUV | 36.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 92 | 0.63 | 0.71 | 0 | 0.64 | 246.46 | 0.55 | 0.23 |
| Hex | 22 | 1B | 5C | 3F | 47 | 0 | 40 | F6 | 37 | 17 |
| Octal | 42 | 33 | 134 | 77 | 107 | 0 | 100 | 366 | 67 | 27 |
| Binary | 100010 | 11011 | 1011100 | 111111 | 1000111 | 0 | 1000000 | 11110110 | 110111 | 10111 |
Color Harmonies of #221B5C
Complementary color
Monochromatic Colors of #221B5C
Black with #221B5C
Text Example
Text Example
White with #221B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B5C; }
p { color: rgb(34,27,92); }
H1.HeaderClassName
{
color: #221B5C;
}
.AnyTagClassName
{
color: #221B5C;
}
</style>
background-color css
<style>
a { background-color: #221B5C; }
a { background-color: rgb(34,27,92); }
div.DivClassName
{
background-color: #221B5C;
}
.BgClassName
{
background-color: #221B5C;
}
</style>
border-color css
<style>
span { border-color: #221B5C; }
span { border-color: rgb(34,27,92); }
td.TdClassName
{
border-color: #221B5C;
}
.TagClassName
{
border-color: #221B5C;
}
</style>