Shades of Persian Blue #2B3FDF
Tints of Persian Blue #2B3FDF
RGB
CMYK
RGB Variations
Color information
#2B3FDF (or 0x2B3FDF) is known color: Persian Blue. HEX triplet: 2B, 3F and DF. RGB value is (43,63,223). Sum of RGB (Red+Green+Blue) = 43+63+223=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B3FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3FDF is #D4C020. Grayscale: #4A4A4A. Windows color (decimal): -13942817 or 14630699. OLE color: 14630699.
HSL color Cylindrical-coordinate representation of color #2B3FDF: hue angle of 233.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B3FDF is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 63 | 223 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.13 |
| HSL | 233.33º | 0.74% | 0.52% | - |
| HSV(B) | 233.33º | 0.81% | 0.87% | - |
| XYZ | 16.09 | 9.4 | 70.78 | - |
| YUV | 75.26 | 211.37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 223 | 0.81 | 0.72 | 0 | 0.13 | 233.33 | 0.74 | 0.52 |
| Hex | 2B | 3F | DF | 51 | 48 | 0 | D | E9 | 4A | 34 |
| Octal | 53 | 77 | 337 | 121 | 110 | 0 | 15 | 351 | 112 | 64 |
| Binary | 101011 | 111111 | 11011111 | 1010001 | 1001000 | 0 | 1101 | 11101001 | 1001010 | 110100 |
Color Harmonies of #2B3FDF
Complementary color
Monochromatic Colors of #2B3FDF
Black with #2B3FDF
Text Example
Text Example
White with #2B3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FDF; }
p { color: rgb(43,63,223); }
H1.HeaderClassName
{
color: #2B3FDF;
}
.AnyTagClassName
{
color: #2B3FDF;
}
</style>
background-color css
<style>
a { background-color: #2B3FDF; }
a { background-color: rgb(43,63,223); }
div.DivClassName
{
background-color: #2B3FDF;
}
.BgClassName
{
background-color: #2B3FDF;
}
</style>
border-color css
<style>
span { border-color: #2B3FDF; }
span { border-color: rgb(43,63,223); }
td.TdClassName
{
border-color: #2B3FDF;
}
.TagClassName
{
border-color: #2B3FDF;
}
</style>