Shades of Persian Blue #2B3FCD
Tints of Persian Blue #2B3FCD
RGB
CMYK
RGB Variations
Color information
#2B3FCD (or 0x2B3FCD) is known color: Persian Blue. HEX triplet: 2B, 3F and CD. RGB value is (43,63,205). Sum of RGB (Red+Green+Blue) = 43+63+205=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B3FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3FCD is #D4C032. Grayscale: #484848. Windows color (decimal): -13942835 or 13451051. OLE color: 13451051.
HSL color Cylindrical-coordinate representation of color #2B3FCD: hue angle of 232.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3FCD is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 63 | 205 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.20 |
| HSL | 232.59º | 0.65% | 0.49% | - |
| HSV(B) | 232.59º | 0.79% | 0.8% | - |
| XYZ | 13.79 | 8.48 | 58.67 | - |
| YUV | 73.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 205 | 0.79 | 0.69 | 0 | 0.20 | 232.59 | 0.65 | 0.49 |
| Hex | 2B | 3F | CD | 4F | 45 | 0 | 14 | E9 | 41 | 31 |
| Octal | 53 | 77 | 315 | 117 | 105 | 0 | 24 | 351 | 101 | 61 |
| Binary | 101011 | 111111 | 11001101 | 1001111 | 1000101 | 0 | 10100 | 11101001 | 1000001 | 110001 |
Color Harmonies of #2B3FCD
Complementary color
Monochromatic Colors of #2B3FCD
Black with #2B3FCD
Text Example
Text Example
White with #2B3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FCD; }
p { color: rgb(43,63,205); }
H1.HeaderClassName
{
color: #2B3FCD;
}
.AnyTagClassName
{
color: #2B3FCD;
}
</style>
background-color css
<style>
a { background-color: #2B3FCD; }
a { background-color: rgb(43,63,205); }
div.DivClassName
{
background-color: #2B3FCD;
}
.BgClassName
{
background-color: #2B3FCD;
}
</style>
border-color css
<style>
span { border-color: #2B3FCD; }
span { border-color: rgb(43,63,205); }
td.TdClassName
{
border-color: #2B3FCD;
}
.TagClassName
{
border-color: #2B3FCD;
}
</style>