Shades of Persian Blue #2F30DC
Tints of Persian Blue #2F30DC
RGB
CMYK
RGB Variations
Color information
#2F30DC (or 0x2F30DC) is known color: Persian Blue. HEX triplet: 2F, 30 and DC. RGB value is (47,48,220). Sum of RGB (Red+Green+Blue) = 47+48+220=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F30DC is #D0CF23. Grayscale: #424242. Windows color (decimal): -13684516 or 14430255. OLE color: 14430255.
HSL color Cylindrical-coordinate representation of color #2F30DC: hue angle of 239.65º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F30DC is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 48 | 220 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.14 |
| HSL | 239.65º | 0.71% | 0.52% | - |
| HSV(B) | 239.65º | 0.79% | 0.86% | - |
| XYZ | 15.15 | 7.89 | 68.43 | - |
| YUV | 67.31 | 214.17 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 220 | 0.79 | 0.78 | 0 | 0.14 | 239.65 | 0.71 | 0.52 |
| Hex | 2F | 30 | DC | 4F | 4E | 0 | E | F0 | 47 | 34 |
| Octal | 57 | 60 | 334 | 117 | 116 | 0 | 16 | 360 | 107 | 64 |
| Binary | 101111 | 110000 | 11011100 | 1001111 | 1001110 | 0 | 1110 | 11110000 | 1000111 | 110100 |
Color Harmonies of #2F30DC
Complementary color
Monochromatic Colors of #2F30DC
Black with #2F30DC
Text Example
Text Example
White with #2F30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F30DC; }
p { color: rgb(47,48,220); }
H1.HeaderClassName
{
color: #2F30DC;
}
.AnyTagClassName
{
color: #2F30DC;
}
</style>
background-color css
<style>
a { background-color: #2F30DC; }
a { background-color: rgb(47,48,220); }
div.DivClassName
{
background-color: #2F30DC;
}
.BgClassName
{
background-color: #2F30DC;
}
</style>
border-color css
<style>
span { border-color: #2F30DC; }
span { border-color: rgb(47,48,220); }
td.TdClassName
{
border-color: #2F30DC;
}
.TagClassName
{
border-color: #2F30DC;
}
</style>