Shades of Persian Blue #2B3DB6
Tints of Persian Blue #2B3DB6
RGB
CMYK
RGB Variations
Color information
#2B3DB6 (or 0x2B3DB6) is known color: Persian Blue. HEX triplet: 2B, 3D and B6. RGB value is (43,61,182). Sum of RGB (Red+Green+Blue) = 43+61+182=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 182 (71.48% from 255 or 63.64% from 286); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B3DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3DB6 is #D4C249. Grayscale: #444444. Windows color (decimal): -13943370 or 11943211. OLE color: 11943211.
HSL color Cylindrical-coordinate representation of color #2B3DB6: hue angle of 232.23º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B3DB6 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 61 | 182 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.29 |
| HSL | 232.23º | 0.62% | 0.44% | - |
| HSV(B) | 232.23º | 0.76% | 0.71% | - |
| XYZ | 11.11 | 7.23 | 45.07 | - |
| YUV | 69.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 182 | 0.76 | 0.66 | 0 | 0.29 | 232.23 | 0.62 | 0.44 |
| Hex | 2B | 3D | B6 | 4C | 42 | 0 | 1D | E8 | 3E | 2C |
| Octal | 53 | 75 | 266 | 114 | 102 | 0 | 35 | 350 | 76 | 54 |
| Binary | 101011 | 111101 | 10110110 | 1001100 | 1000010 | 0 | 11101 | 11101000 | 111110 | 101100 |
Color Harmonies of #2B3DB6
Complementary color
Monochromatic Colors of #2B3DB6
Black with #2B3DB6
Text Example
Text Example
White with #2B3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3DB6; }
p { color: rgb(43,61,182); }
H1.HeaderClassName
{
color: #2B3DB6;
}
.AnyTagClassName
{
color: #2B3DB6;
}
</style>
background-color css
<style>
a { background-color: #2B3DB6; }
a { background-color: rgb(43,61,182); }
div.DivClassName
{
background-color: #2B3DB6;
}
.BgClassName
{
background-color: #2B3DB6;
}
</style>
border-color css
<style>
span { border-color: #2B3DB6; }
span { border-color: rgb(43,61,182); }
td.TdClassName
{
border-color: #2B3DB6;
}
.TagClassName
{
border-color: #2B3DB6;
}
</style>