Shades of Persian Blue #2434BB
Tints of Persian Blue #2434BB
RGB
CMYK
RGB Variations
Color information
#2434BB (or 0x2434BB) is known color: Persian Blue. HEX triplet: 24, 34 and BB. RGB value is (36,52,187). Sum of RGB (Red+Green+Blue) = 36+52+187=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #2434BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2434BB is #DBCB44. Grayscale: #3E3E3E. Windows color (decimal): -14404421 or 12268580. OLE color: 12268580.
HSL color Cylindrical-coordinate representation of color #2434BB: hue angle of 233.64º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2434BB is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 52 | 187 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.27 |
| HSL | 233.64º | 0.68% | 0.44% | - |
| HSV(B) | 233.64º | 0.81% | 0.73% | - |
| XYZ | 10.93 | 6.42 | 47.68 | - |
| YUV | 62.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 187 | 0.81 | 0.72 | 0 | 0.27 | 233.64 | 0.68 | 0.44 |
| Hex | 24 | 34 | BB | 51 | 48 | 0 | 1B | EA | 44 | 2C |
| Octal | 44 | 64 | 273 | 121 | 110 | 0 | 33 | 352 | 104 | 54 |
| Binary | 100100 | 110100 | 10111011 | 1010001 | 1001000 | 0 | 11011 | 11101010 | 1000100 | 101100 |
Color Harmonies of #2434BB
Complementary color
Monochromatic Colors of #2434BB
Black with #2434BB
Text Example
Text Example
White with #2434BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2434BB; }
p { color: rgb(36,52,187); }
H1.HeaderClassName
{
color: #2434BB;
}
.AnyTagClassName
{
color: #2434BB;
}
</style>
background-color css
<style>
a { background-color: #2434BB; }
a { background-color: rgb(36,52,187); }
div.DivClassName
{
background-color: #2434BB;
}
.BgClassName
{
background-color: #2434BB;
}
</style>
border-color css
<style>
span { border-color: #2434BB; }
span { border-color: rgb(36,52,187); }
td.TdClassName
{
border-color: #2434BB;
}
.TagClassName
{
border-color: #2434BB;
}
</style>