Shades of Persian Blue #2431B2
Tints of Persian Blue #2431B2
RGB
CMYK
RGB Variations
Color information
#2431B2 (or 0x2431B2) is known color: Persian Blue. HEX triplet: 24, 31 and B2. RGB value is (36,49,178). Sum of RGB (Red+Green+Blue) = 36+49+178=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #2431B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2431B2 is #DBCE4D. Grayscale: #3B3B3B. Windows color (decimal): -14405198 or 11677988. OLE color: 11677988.
HSL color Cylindrical-coordinate representation of color #2431B2: hue angle of 234.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2431B2 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 49 | 178 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.30 |
| HSL | 234.51º | 0.66% | 0.42% | - |
| HSV(B) | 234.51º | 0.8% | 0.7% | - |
| XYZ | 9.86 | 5.79 | 42.72 | - |
| YUV | 59.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 178 | 0.80 | 0.72 | 0 | 0.30 | 234.51 | 0.66 | 0.42 |
| Hex | 24 | 31 | B2 | 50 | 48 | 0 | 1E | EB | 42 | 2A |
| Octal | 44 | 61 | 262 | 120 | 110 | 0 | 36 | 353 | 102 | 52 |
| Binary | 100100 | 110001 | 10110010 | 1010000 | 1001000 | 0 | 11110 | 11101011 | 1000010 | 101010 |
Color Harmonies of #2431B2
Complementary color
Monochromatic Colors of #2431B2
Black with #2431B2
Text Example
Text Example
White with #2431B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431B2; }
p { color: rgb(36,49,178); }
H1.HeaderClassName
{
color: #2431B2;
}
.AnyTagClassName
{
color: #2431B2;
}
</style>
background-color css
<style>
a { background-color: #2431B2; }
a { background-color: rgb(36,49,178); }
div.DivClassName
{
background-color: #2431B2;
}
.BgClassName
{
background-color: #2431B2;
}
</style>
border-color css
<style>
span { border-color: #2431B2; }
span { border-color: rgb(36,49,178); }
td.TdClassName
{
border-color: #2431B2;
}
.TagClassName
{
border-color: #2431B2;
}
</style>