Shades of Persian Blue #1B34DF
Tints of Persian Blue #1B34DF
RGB
CMYK
RGB Variations
Color information
#1B34DF (or 0x1B34DF) is known color: Persian Blue. HEX triplet: 1B, 34 and DF. RGB value is (27,52,223). Sum of RGB (Red+Green+Blue) = 27+52+223=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B34DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B34DF is #E4CB20. Grayscale: #3F3F3F. Windows color (decimal): -14994209 or 14627867. OLE color: 14627867.
HSL color Cylindrical-coordinate representation of color #1B34DF: hue angle of 232.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B34DF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 52 | 223 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.13 |
| HSL | 232.35º | 0.78% | 0.49% | - |
| HSV(B) | 232.35º | 0.88% | 0.87% | - |
| XYZ | 15 | 8.02 | 70.57 | - |
| YUV | 64.02 | 217.72 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 223 | 0.88 | 0.77 | 0 | 0.13 | 232.35 | 0.78 | 0.49 |
| Hex | 1B | 34 | DF | 58 | 4D | 0 | D | E8 | 4E | 31 |
| Octal | 33 | 64 | 337 | 130 | 115 | 0 | 15 | 350 | 116 | 61 |
| Binary | 11011 | 110100 | 11011111 | 1011000 | 1001101 | 0 | 1101 | 11101000 | 1001110 | 110001 |
Color Harmonies of #1B34DF
Complementary color
Monochromatic Colors of #1B34DF
Black with #1B34DF
Text Example
Text Example
White with #1B34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B34DF; }
p { color: rgb(27,52,223); }
H1.HeaderClassName
{
color: #1B34DF;
}
.AnyTagClassName
{
color: #1B34DF;
}
</style>
background-color css
<style>
a { background-color: #1B34DF; }
a { background-color: rgb(27,52,223); }
div.DivClassName
{
background-color: #1B34DF;
}
.BgClassName
{
background-color: #1B34DF;
}
</style>
border-color css
<style>
span { border-color: #1B34DF; }
span { border-color: rgb(27,52,223); }
td.TdClassName
{
border-color: #1B34DF;
}
.TagClassName
{
border-color: #1B34DF;
}
</style>