Shades of Persian Blue #2E3FC4
Tints of Persian Blue #2E3FC4
RGB
CMYK
RGB Variations
Color information
#2E3FC4 (or 0x2E3FC4) is known color: Persian Blue. HEX triplet: 2E, 3F and C4. RGB value is (46,63,196). Sum of RGB (Red+Green+Blue) = 46+63+196=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 196 (76.95% from 255 or 64.26% from 305); Max value from RGB is 196 - color contains mainly: blue. Hex color #2E3FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FC4 is #D1C03B. Grayscale: #484848. Windows color (decimal): -13746236 or 12861230. OLE color: 12861230.
HSL color Cylindrical-coordinate representation of color #2E3FC4: hue angle of 233.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E3FC4 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 63 | 196 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.23 |
| HSL | 233.2º | 0.62% | 0.47% | - |
| HSV(B) | 233.2º | 0.77% | 0.77% | - |
| XYZ | 12.87 | 8.12 | 53.11 | - |
| YUV | 73.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 196 | 0.77 | 0.68 | 0 | 0.23 | 233.2 | 0.62 | 0.47 |
| Hex | 2E | 3F | C4 | 4D | 44 | 0 | 17 | E9 | 3E | 2F |
| Octal | 56 | 77 | 304 | 115 | 104 | 0 | 27 | 351 | 76 | 57 |
| Binary | 101110 | 111111 | 11000100 | 1001101 | 1000100 | 0 | 10111 | 11101001 | 111110 | 101111 |
Color Harmonies of #2E3FC4
Complementary color
Monochromatic Colors of #2E3FC4
Black with #2E3FC4
Text Example
Text Example
White with #2E3FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3FC4; }
p { color: rgb(46,63,196); }
H1.HeaderClassName
{
color: #2E3FC4;
}
.AnyTagClassName
{
color: #2E3FC4;
}
</style>
background-color css
<style>
a { background-color: #2E3FC4; }
a { background-color: rgb(46,63,196); }
div.DivClassName
{
background-color: #2E3FC4;
}
.BgClassName
{
background-color: #2E3FC4;
}
</style>
border-color css
<style>
span { border-color: #2E3FC4; }
span { border-color: rgb(46,63,196); }
td.TdClassName
{
border-color: #2E3FC4;
}
.TagClassName
{
border-color: #2E3FC4;
}
</style>