Shades of Persian Blue #1D2FCC
Tints of Persian Blue #1D2FCC
RGB
CMYK
RGB Variations
Color information
#1D2FCC (or 0x1D2FCC) is known color: Persian Blue. HEX triplet: 1D, 2F and CC. RGB value is (29,47,204). Sum of RGB (Red+Green+Blue) = 29+47+204=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D2FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2FCC is #E2D033. Grayscale: #3A3A3A. Windows color (decimal): -14864436 or 13381405. OLE color: 13381405.
HSL color Cylindrical-coordinate representation of color #1D2FCC: hue angle of 233.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2FCC is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 47 | 204 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.2 |
| HSL | 233.83º | 0.75% | 0.46% | - |
| HSV(B) | 233.83º | 0.86% | 0.8% | - |
| XYZ | 12.42 | 6.65 | 57.76 | - |
| YUV | 59.52 | 209.54 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 204 | 0.86 | 0.77 | 0 | 0.2 | 233.83 | 0.75 | 0.46 |
| Hex | 1D | 2F | CC | 56 | 4D | 0 | 14 | EA | 4B | 2E |
| Octal | 35 | 57 | 314 | 126 | 115 | 0 | 24 | 352 | 113 | 56 |
| Binary | 11101 | 101111 | 11001100 | 1010110 | 1001101 | 0 | 10100 | 11101010 | 1001011 | 101110 |
Color Harmonies of #1D2FCC
Complementary color
Monochromatic Colors of #1D2FCC
Black with #1D2FCC
Text Example
Text Example
White with #1D2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2FCC; }
p { color: rgb(29,47,204); }
H1.HeaderClassName
{
color: #1D2FCC;
}
.AnyTagClassName
{
color: #1D2FCC;
}
</style>
background-color css
<style>
a { background-color: #1D2FCC; }
a { background-color: rgb(29,47,204); }
div.DivClassName
{
background-color: #1D2FCC;
}
.BgClassName
{
background-color: #1D2FCC;
}
</style>
border-color css
<style>
span { border-color: #1D2FCC; }
span { border-color: rgb(29,47,204); }
td.TdClassName
{
border-color: #1D2FCC;
}
.TagClassName
{
border-color: #1D2FCC;
}
</style>