Shades of Persian Blue #2E3DCB
Tints of Persian Blue #2E3DCB
RGB
CMYK
RGB Variations
Color information
#2E3DCB (or 0x2E3DCB) is known color: Persian Blue. HEX triplet: 2E, 3D and CB. RGB value is (46,61,203). Sum of RGB (Red+Green+Blue) = 46+61+203=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E3DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DCB is #D1C234. Grayscale: #484848. Windows color (decimal): -13746741 or 13319470. OLE color: 13319470.
HSL color Cylindrical-coordinate representation of color #2E3DCB: hue angle of 234.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E3DCB is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 61 | 203 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.20 |
| HSL | 234.27º | 0.63% | 0.49% | - |
| HSV(B) | 234.27º | 0.77% | 0.8% | - |
| XYZ | 13.57 | 8.23 | 57.37 | - |
| YUV | 72.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 203 | 0.77 | 0.70 | 0 | 0.20 | 234.27 | 0.63 | 0.49 |
| Hex | 2E | 3D | CB | 4D | 46 | 0 | 14 | EA | 3F | 31 |
| Octal | 56 | 75 | 313 | 115 | 106 | 0 | 24 | 352 | 77 | 61 |
| Binary | 101110 | 111101 | 11001011 | 1001101 | 1000110 | 0 | 10100 | 11101010 | 111111 | 110001 |
Color Harmonies of #2E3DCB
Complementary color
Monochromatic Colors of #2E3DCB
Black with #2E3DCB
Text Example
Text Example
White with #2E3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DCB; }
p { color: rgb(46,61,203); }
H1.HeaderClassName
{
color: #2E3DCB;
}
.AnyTagClassName
{
color: #2E3DCB;
}
</style>
background-color css
<style>
a { background-color: #2E3DCB; }
a { background-color: rgb(46,61,203); }
div.DivClassName
{
background-color: #2E3DCB;
}
.BgClassName
{
background-color: #2E3DCB;
}
</style>
border-color css
<style>
span { border-color: #2E3DCB; }
span { border-color: rgb(46,61,203); }
td.TdClassName
{
border-color: #2E3DCB;
}
.TagClassName
{
border-color: #2E3DCB;
}
</style>