Shades of Persian Blue #2B3EDA
Tints of Persian Blue #2B3EDA
RGB
CMYK
RGB Variations
Color information
#2B3EDA (or 0x2B3EDA) is known color: Persian Blue. HEX triplet: 2B, 3E and DA. RGB value is (43,62,218). Sum of RGB (Red+Green+Blue) = 43+62+218=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B3EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3EDA is #D4C125. Grayscale: #494949. Windows color (decimal): -13943078 or 14302763. OLE color: 14302763.
HSL color Cylindrical-coordinate representation of color #2B3EDA: hue angle of 233.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B3EDA is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 62 | 218 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.15 |
| HSL | 233.49º | 0.7% | 0.51% | - |
| HSV(B) | 233.49º | 0.8% | 0.85% | - |
| XYZ | 15.37 | 9.02 | 67.26 | - |
| YUV | 74.1 | 209.21 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 62 | 218 | 0.80 | 0.72 | 0 | 0.15 | 233.49 | 0.7 | 0.51 |
| Hex | 2B | 3E | DA | 50 | 48 | 0 | F | E9 | 46 | 33 |
| Octal | 53 | 76 | 332 | 120 | 110 | 0 | 17 | 351 | 106 | 63 |
| Binary | 101011 | 111110 | 11011010 | 1010000 | 1001000 | 0 | 1111 | 11101001 | 1000110 | 110011 |
Color Harmonies of #2B3EDA
Complementary color
Monochromatic Colors of #2B3EDA
Black with #2B3EDA
Text Example
Text Example
White with #2B3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3EDA; }
p { color: rgb(43,62,218); }
H1.HeaderClassName
{
color: #2B3EDA;
}
.AnyTagClassName
{
color: #2B3EDA;
}
</style>
background-color css
<style>
a { background-color: #2B3EDA; }
a { background-color: rgb(43,62,218); }
div.DivClassName
{
background-color: #2B3EDA;
}
.BgClassName
{
background-color: #2B3EDA;
}
</style>
border-color css
<style>
span { border-color: #2B3EDA; }
span { border-color: rgb(43,62,218); }
td.TdClassName
{
border-color: #2B3EDA;
}
.TagClassName
{
border-color: #2B3EDA;
}
</style>