Shades of Persian Blue #0B3CE3
Tints of Persian Blue #0B3CE3
RGB
CMYK
RGB Variations
Color information
#0B3CE3 (or 0x0B3CE3) is known color: Persian Blue. HEX triplet: 0B, 3C and E3. RGB value is (11,60,227). Sum of RGB (Red+Green+Blue) = 11+60+227=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 227 (89.06% from 255 or 76.17% from 298); Max value from RGB is 227 - color contains mainly: blue. Hex color #0B3CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3CE3 is #F4C31C. Grayscale: #3F3F3F. Windows color (decimal): -16040733 or 14892043. OLE color: 14892043.
HSL color Cylindrical-coordinate representation of color #0B3CE3: hue angle of 226.39º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3CE3 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 60 | 227 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.11 |
| HSL | 226.39º | 0.91% | 0.47% | - |
| HSV(B) | 226.39º | 0.95% | 0.89% | - |
| XYZ | 15.62 | 8.85 | 73.56 | - |
| YUV | 64.39 | 219.77 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 60 | 227 | 0.95 | 0.74 | 0 | 0.11 | 226.39 | 0.91 | 0.47 |
| Hex | B | 3C | E3 | 5F | 4A | 0 | B | E2 | 5B | 2F |
| Octal | 13 | 74 | 343 | 137 | 112 | 0 | 13 | 342 | 133 | 57 |
| Binary | 1011 | 111100 | 11100011 | 1011111 | 1001010 | 0 | 1011 | 11100010 | 1011011 | 101111 |
Color Harmonies of #0B3CE3
Complementary color
Monochromatic Colors of #0B3CE3
Black with #0B3CE3
Text Example
Text Example
White with #0B3CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3CE3; }
p { color: rgb(11,60,227); }
H1.HeaderClassName
{
color: #0B3CE3;
}
.AnyTagClassName
{
color: #0B3CE3;
}
</style>
background-color css
<style>
a { background-color: #0B3CE3; }
a { background-color: rgb(11,60,227); }
div.DivClassName
{
background-color: #0B3CE3;
}
.BgClassName
{
background-color: #0B3CE3;
}
</style>
border-color css
<style>
span { border-color: #0B3CE3; }
span { border-color: rgb(11,60,227); }
td.TdClassName
{
border-color: #0B3CE3;
}
.TagClassName
{
border-color: #0B3CE3;
}
</style>