Shades of Persian Blue #0B34DE
Tints of Persian Blue #0B34DE
RGB
CMYK
RGB Variations
Color information
#0B34DE (or 0x0B34DE) is known color: Persian Blue. HEX triplet: 0B, 34 and DE. RGB value is (11,52,222). Sum of RGB (Red+Green+Blue) = 11+52+222=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B34DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B34DE is #F4CB21. Grayscale: #3A3A3A. Windows color (decimal): -16042786 or 14562315. OLE color: 14562315.
HSL color Cylindrical-coordinate representation of color #0B34DE: hue angle of 228.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B34DE is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 52 | 222 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.13 |
| HSL | 228.34º | 0.91% | 0.46% | - |
| HSV(B) | 228.34º | 0.95% | 0.87% | - |
| XYZ | 14.55 | 7.8 | 69.85 | - |
| YUV | 59.12 | 219.92 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 222 | 0.95 | 0.77 | 0 | 0.13 | 228.34 | 0.91 | 0.46 |
| Hex | B | 34 | DE | 5F | 4D | 0 | D | E4 | 5B | 2E |
| Octal | 13 | 64 | 336 | 137 | 115 | 0 | 15 | 344 | 133 | 56 |
| Binary | 1011 | 110100 | 11011110 | 1011111 | 1001101 | 0 | 1101 | 11100100 | 1011011 | 101110 |
Color Harmonies of #0B34DE
Complementary color
Monochromatic Colors of #0B34DE
Black with #0B34DE
Text Example
Text Example
White with #0B34DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B34DE; }
p { color: rgb(11,52,222); }
H1.HeaderClassName
{
color: #0B34DE;
}
.AnyTagClassName
{
color: #0B34DE;
}
</style>
background-color css
<style>
a { background-color: #0B34DE; }
a { background-color: rgb(11,52,222); }
div.DivClassName
{
background-color: #0B34DE;
}
.BgClassName
{
background-color: #0B34DE;
}
</style>
border-color css
<style>
span { border-color: #0B34DE; }
span { border-color: rgb(11,52,222); }
td.TdClassName
{
border-color: #0B34DE;
}
.TagClassName
{
border-color: #0B34DE;
}
</style>