Shades of Persian Blue #2B23D2
Tints of Persian Blue #2B23D2
RGB
CMYK
RGB Variations
Color information
#2B23D2 (or 0x2B23D2) is known color: Persian Blue. HEX triplet: 2B, 23 and D2. RGB value is (43,35,210). Sum of RGB (Red+Green+Blue) = 43+35+210=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 210 (82.42% from 255 or 72.92% from 288); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B23D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23D2 is #D4DC2D. Grayscale: #383838. Windows color (decimal): -13949998 or 13771563. OLE color: 13771563.
HSL color Cylindrical-coordinate representation of color #2B23D2: hue angle of 242.74º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B23D2 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 35 | 210 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.18 |
| HSL | 242.74º | 0.71% | 0.48% | - |
| HSV(B) | 242.74º | 0.83% | 0.82% | - |
| XYZ | 13.23 | 6.37 | 61.5 | - |
| YUV | 57.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 210 | 0.80 | 0.83 | 0 | 0.18 | 242.74 | 0.71 | 0.48 |
| Hex | 2B | 23 | D2 | 50 | 53 | 0 | 12 | F3 | 47 | 30 |
| Octal | 53 | 43 | 322 | 120 | 123 | 0 | 22 | 363 | 107 | 60 |
| Binary | 101011 | 100011 | 11010010 | 1010000 | 1010011 | 0 | 10010 | 11110011 | 1000111 | 110000 |
Color Harmonies of #2B23D2
Complementary color
Monochromatic Colors of #2B23D2
Black with #2B23D2
Text Example
Text Example
White with #2B23D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B23D2; }
p { color: rgb(43,35,210); }
H1.HeaderClassName
{
color: #2B23D2;
}
.AnyTagClassName
{
color: #2B23D2;
}
</style>
background-color css
<style>
a { background-color: #2B23D2; }
a { background-color: rgb(43,35,210); }
div.DivClassName
{
background-color: #2B23D2;
}
.BgClassName
{
background-color: #2B23D2;
}
</style>
border-color css
<style>
span { border-color: #2B23D2; }
span { border-color: rgb(43,35,210); }
td.TdClassName
{
border-color: #2B23D2;
}
.TagClassName
{
border-color: #2B23D2;
}
</style>