Shades of Persian Blue #2430B2
Tints of Persian Blue #2430B2
RGB
CMYK
RGB Variations
Color information
#2430B2 (or 0x2430B2) is known color: Persian Blue. HEX triplet: 24, 30 and B2. RGB value is (36,48,178). Sum of RGB (Red+Green+Blue) = 36+48+178=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 178 (69.92% from 255 or 67.94% from 262); Max value from RGB is 178 - color contains mainly: blue. Hex color #2430B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2430B2 is #DBCF4D. Grayscale: #3A3A3A. Windows color (decimal): -14405454 or 11677732. OLE color: 11677732.
HSL color Cylindrical-coordinate representation of color #2430B2: hue angle of 234.93º 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 #2430B2 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 48 | 178 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.30 |
| HSL | 234.93º | 0.66% | 0.42% | - |
| HSV(B) | 234.93º | 0.8% | 0.7% | - |
| XYZ | 9.82 | 5.7 | 42.7 | - |
| YUV | 59.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 178 | 0.80 | 0.73 | 0 | 0.30 | 234.93 | 0.66 | 0.42 |
| Hex | 24 | 30 | B2 | 50 | 49 | 0 | 1E | EB | 42 | 2A |
| Octal | 44 | 60 | 262 | 120 | 111 | 0 | 36 | 353 | 102 | 52 |
| Binary | 100100 | 110000 | 10110010 | 1010000 | 1001001 | 0 | 11110 | 11101011 | 1000010 | 101010 |
Color Harmonies of #2430B2
Complementary color
Monochromatic Colors of #2430B2
Black with #2430B2
Text Example
Text Example
White with #2430B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430B2; }
p { color: rgb(36,48,178); }
H1.HeaderClassName
{
color: #2430B2;
}
.AnyTagClassName
{
color: #2430B2;
}
</style>
background-color css
<style>
a { background-color: #2430B2; }
a { background-color: rgb(36,48,178); }
div.DivClassName
{
background-color: #2430B2;
}
.BgClassName
{
background-color: #2430B2;
}
</style>
border-color css
<style>
span { border-color: #2430B2; }
span { border-color: rgb(36,48,178); }
td.TdClassName
{
border-color: #2430B2;
}
.TagClassName
{
border-color: #2430B2;
}
</style>