Shades of Persian Blue #2F18CC
Tints of Persian Blue #2F18CC
RGB
CMYK
RGB Variations
Color information
#2F18CC (or 0x2F18CC) is known color: Persian Blue. HEX triplet: 2F, 18 and CC. RGB value is (47,24,204). Sum of RGB (Red+Green+Blue) = 47+24+204=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F18CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F18CC is #D0E733. Grayscale: #323232. Windows color (decimal): -13690676 or 13375535. OLE color: 13375535.
HSL color Cylindrical-coordinate representation of color #2F18CC: hue angle of 247.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F18CC is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 24 | 204 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.2 |
| HSL | 247.67º | 0.79% | 0.45% | - |
| HSV(B) | 247.67º | 0.88% | 0.8% | - |
| XYZ | 12.4 | 5.62 | 57.56 | - |
| YUV | 51.4 | 214.12 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 204 | 0.77 | 0.88 | 0 | 0.2 | 247.67 | 0.79 | 0.45 |
| Hex | 2F | 18 | CC | 4D | 58 | 0 | 14 | F8 | 4F | 2D |
| Octal | 57 | 30 | 314 | 115 | 130 | 0 | 24 | 370 | 117 | 55 |
| Binary | 101111 | 11000 | 11001100 | 1001101 | 1011000 | 0 | 10100 | 11111000 | 1001111 | 101101 |
Color Harmonies of #2F18CC
Complementary color
Monochromatic Colors of #2F18CC
Black with #2F18CC
Text Example
Text Example
White with #2F18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18CC; }
p { color: rgb(47,24,204); }
H1.HeaderClassName
{
color: #2F18CC;
}
.AnyTagClassName
{
color: #2F18CC;
}
</style>
background-color css
<style>
a { background-color: #2F18CC; }
a { background-color: rgb(47,24,204); }
div.DivClassName
{
background-color: #2F18CC;
}
.BgClassName
{
background-color: #2F18CC;
}
</style>
border-color css
<style>
span { border-color: #2F18CC; }
span { border-color: rgb(47,24,204); }
td.TdClassName
{
border-color: #2F18CC;
}
.TagClassName
{
border-color: #2F18CC;
}
</style>