Shades of Persian Blue #2F2CCE
Tints of Persian Blue #2F2CCE
RGB
CMYK
RGB Variations
Color information
#2F2CCE (or 0x2F2CCE) is known color: Persian Blue. HEX triplet: 2F, 2C and CE. RGB value is (47,44,206). Sum of RGB (Red+Green+Blue) = 47+44+206=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F2CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CCE is #D0D331. Grayscale: #3E3E3E. Windows color (decimal): -13685554 or 13511727. OLE color: 13511727.
HSL color Cylindrical-coordinate representation of color #2F2CCE: hue angle of 241.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2CCE is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 44 | 206 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.19 |
| HSL | 241.11º | 0.65% | 0.49% | - |
| HSV(B) | 241.11º | 0.79% | 0.81% | - |
| XYZ | 13.21 | 6.86 | 59.02 | - |
| YUV | 63.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 206 | 0.77 | 0.79 | 0 | 0.19 | 241.11 | 0.65 | 0.49 |
| Hex | 2F | 2C | CE | 4D | 4F | 0 | 13 | F1 | 41 | 31 |
| Octal | 57 | 54 | 316 | 115 | 117 | 0 | 23 | 361 | 101 | 61 |
| Binary | 101111 | 101100 | 11001110 | 1001101 | 1001111 | 0 | 10011 | 11110001 | 1000001 | 110001 |
Color Harmonies of #2F2CCE
Complementary color
Monochromatic Colors of #2F2CCE
Black with #2F2CCE
Text Example
Text Example
White with #2F2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2CCE; }
p { color: rgb(47,44,206); }
H1.HeaderClassName
{
color: #2F2CCE;
}
.AnyTagClassName
{
color: #2F2CCE;
}
</style>
background-color css
<style>
a { background-color: #2F2CCE; }
a { background-color: rgb(47,44,206); }
div.DivClassName
{
background-color: #2F2CCE;
}
.BgClassName
{
background-color: #2F2CCE;
}
</style>
border-color css
<style>
span { border-color: #2F2CCE; }
span { border-color: rgb(47,44,206); }
td.TdClassName
{
border-color: #2F2CCE;
}
.TagClassName
{
border-color: #2F2CCE;
}
</style>