Shades of Persian Blue #2B3FCC
Tints of Persian Blue #2B3FCC
RGB
CMYK
RGB Variations
Color information
#2B3FCC (or 0x2B3FCC) is known color: Persian Blue. HEX triplet: 2B, 3F and CC. RGB value is (43,63,204). Sum of RGB (Red+Green+Blue) = 43+63+204=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B3FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3FCC is #D4C033. Grayscale: #484848. Windows color (decimal): -13942836 or 13385515. OLE color: 13385515.
HSL color Cylindrical-coordinate representation of color #2B3FCC: hue angle of 232.55º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3FCC is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 63 | 204 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.2 |
| HSL | 232.55º | 0.65% | 0.48% | - |
| HSV(B) | 232.55º | 0.79% | 0.8% | - |
| XYZ | 13.67 | 8.43 | 58.03 | - |
| YUV | 73.09 | 201.87 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 204 | 0.79 | 0.69 | 0 | 0.2 | 232.55 | 0.65 | 0.48 |
| Hex | 2B | 3F | CC | 4F | 45 | 0 | 14 | E9 | 41 | 30 |
| Octal | 53 | 77 | 314 | 117 | 105 | 0 | 24 | 351 | 101 | 60 |
| Binary | 101011 | 111111 | 11001100 | 1001111 | 1000101 | 0 | 10100 | 11101001 | 1000001 | 110000 |
Color Harmonies of #2B3FCC
Complementary color
Monochromatic Colors of #2B3FCC
Black with #2B3FCC
Text Example
Text Example
White with #2B3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FCC; }
p { color: rgb(43,63,204); }
H1.HeaderClassName
{
color: #2B3FCC;
}
.AnyTagClassName
{
color: #2B3FCC;
}
</style>
background-color css
<style>
a { background-color: #2B3FCC; }
a { background-color: rgb(43,63,204); }
div.DivClassName
{
background-color: #2B3FCC;
}
.BgClassName
{
background-color: #2B3FCC;
}
</style>
border-color css
<style>
span { border-color: #2B3FCC; }
span { border-color: rgb(43,63,204); }
td.TdClassName
{
border-color: #2B3FCC;
}
.TagClassName
{
border-color: #2B3FCC;
}
</style>