Shades of Persian Blue #2935CC
Tints of Persian Blue #2935CC
RGB
CMYK
RGB Variations
Color information
#2935CC (or 0x2935CC) is known color: Persian Blue. HEX triplet: 29, 35 and CC. RGB value is (41,53,204). Sum of RGB (Red+Green+Blue) = 41+53+204=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #2935CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935CC is #D6CA33. Grayscale: #424242. Windows color (decimal): -14076468 or 13382953. OLE color: 13382953.
HSL color Cylindrical-coordinate representation of color #2935CC: hue angle of 235.58º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2935CC is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 53 | 204 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.2 |
| HSL | 235.58º | 0.67% | 0.48% | - |
| HSV(B) | 235.58º | 0.8% | 0.8% | - |
| XYZ | 13.09 | 7.38 | 57.86 | - |
| YUV | 66.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 204 | 0.80 | 0.74 | 0 | 0.2 | 235.58 | 0.67 | 0.48 |
| Hex | 29 | 35 | CC | 50 | 4A | 0 | 14 | EC | 43 | 30 |
| Octal | 51 | 65 | 314 | 120 | 112 | 0 | 24 | 354 | 103 | 60 |
| Binary | 101001 | 110101 | 11001100 | 1010000 | 1001010 | 0 | 10100 | 11101100 | 1000011 | 110000 |
Color Harmonies of #2935CC
Complementary color
Monochromatic Colors of #2935CC
Black with #2935CC
Text Example
Text Example
White with #2935CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935CC; }
p { color: rgb(41,53,204); }
H1.HeaderClassName
{
color: #2935CC;
}
.AnyTagClassName
{
color: #2935CC;
}
</style>
background-color css
<style>
a { background-color: #2935CC; }
a { background-color: rgb(41,53,204); }
div.DivClassName
{
background-color: #2935CC;
}
.BgClassName
{
background-color: #2935CC;
}
</style>
border-color css
<style>
span { border-color: #2935CC; }
span { border-color: rgb(41,53,204); }
td.TdClassName
{
border-color: #2935CC;
}
.TagClassName
{
border-color: #2935CC;
}
</style>