Shades of Persian Blue #2432BC
Tints of Persian Blue #2432BC
RGB
CMYK
RGB Variations
Color information
#2432BC (or 0x2432BC) is known color: Persian Blue. HEX triplet: 24, 32 and BC. RGB value is (36,50,188). Sum of RGB (Red+Green+Blue) = 36+50+188=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #2432BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2432BC is #DBCD43. Grayscale: #3C3C3C. Windows color (decimal): -14404932 or 12333604. OLE color: 12333604.
HSL color Cylindrical-coordinate representation of color #2432BC: hue angle of 234.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2432BC is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 50 | 188 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.26 |
| HSL | 234.47º | 0.68% | 0.44% | - |
| HSV(B) | 234.47º | 0.81% | 0.74% | - |
| XYZ | 10.95 | 6.29 | 48.21 | - |
| YUV | 61.55 | 199.36 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 188 | 0.81 | 0.73 | 0 | 0.26 | 234.47 | 0.68 | 0.44 |
| Hex | 24 | 32 | BC | 51 | 49 | 0 | 1A | EA | 44 | 2C |
| Octal | 44 | 62 | 274 | 121 | 111 | 0 | 32 | 352 | 104 | 54 |
| Binary | 100100 | 110010 | 10111100 | 1010001 | 1001001 | 0 | 11010 | 11101010 | 1000100 | 101100 |
Color Harmonies of #2432BC
Complementary color
Monochromatic Colors of #2432BC
Black with #2432BC
Text Example
Text Example
White with #2432BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2432BC; }
p { color: rgb(36,50,188); }
H1.HeaderClassName
{
color: #2432BC;
}
.AnyTagClassName
{
color: #2432BC;
}
</style>
background-color css
<style>
a { background-color: #2432BC; }
a { background-color: rgb(36,50,188); }
div.DivClassName
{
background-color: #2432BC;
}
.BgClassName
{
background-color: #2432BC;
}
</style>
border-color css
<style>
span { border-color: #2432BC; }
span { border-color: rgb(36,50,188); }
td.TdClassName
{
border-color: #2432BC;
}
.TagClassName
{
border-color: #2432BC;
}
</style>