Shades of Persian Blue #2D2CCC
Tints of Persian Blue #2D2CCC
RGB
CMYK
RGB Variations
Color information
#2D2CCC (or 0x2D2CCC) is known color: Persian Blue. HEX triplet: 2D, 2C and CC. RGB value is (45,44,204). Sum of RGB (Red+Green+Blue) = 45+44+204=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D2CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2CCC is #D2D333. Grayscale: #3D3D3D. Windows color (decimal): -13816628 or 13380653. OLE color: 13380653.
HSL color Cylindrical-coordinate representation of color #2D2CCC: hue angle of 240.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2CCC is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 44 | 204 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.2 |
| HSL | 240.38º | 0.65% | 0.49% | - |
| HSV(B) | 240.38º | 0.78% | 0.8% | - |
| XYZ | 12.88 | 6.72 | 57.74 | - |
| YUV | 62.54 | 207.83 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 204 | 0.78 | 0.78 | 0 | 0.2 | 240.38 | 0.65 | 0.49 |
| Hex | 2D | 2C | CC | 4E | 4E | 0 | 14 | F0 | 41 | 31 |
| Octal | 55 | 54 | 314 | 116 | 116 | 0 | 24 | 360 | 101 | 61 |
| Binary | 101101 | 101100 | 11001100 | 1001110 | 1001110 | 0 | 10100 | 11110000 | 1000001 | 110001 |
Color Harmonies of #2D2CCC
Complementary color
Monochromatic Colors of #2D2CCC
Black with #2D2CCC
Text Example
Text Example
White with #2D2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CCC; }
p { color: rgb(45,44,204); }
H1.HeaderClassName
{
color: #2D2CCC;
}
.AnyTagClassName
{
color: #2D2CCC;
}
</style>
background-color css
<style>
a { background-color: #2D2CCC; }
a { background-color: rgb(45,44,204); }
div.DivClassName
{
background-color: #2D2CCC;
}
.BgClassName
{
background-color: #2D2CCC;
}
</style>
border-color css
<style>
span { border-color: #2D2CCC; }
span { border-color: rgb(45,44,204); }
td.TdClassName
{
border-color: #2D2CCC;
}
.TagClassName
{
border-color: #2D2CCC;
}
</style>