Shades of Persian Blue #3431CC
Tints of Persian Blue #3431CC
RGB
CMYK
RGB Variations
Color information
#3431CC (or 0x3431CC) is known color: Persian Blue. HEX triplet: 34, 31 and CC. RGB value is (52,49,204). Sum of RGB (Red+Green+Blue) = 52+49+204=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #3431CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431CC is #CBCE33. Grayscale: #424242. Windows color (decimal): -13356596 or 13381940. OLE color: 13381940.
HSL color Cylindrical-coordinate representation of color #3431CC: hue angle of 241.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3431CC is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 49 | 204 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.2 |
| HSL | 241.16º | 0.61% | 0.5% | - |
| HSV(B) | 241.16º | 0.76% | 0.8% | - |
| XYZ | 13.41 | 7.29 | 57.83 | - |
| YUV | 67.57 | 204.99 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 204 | 0.75 | 0.76 | 0 | 0.2 | 241.16 | 0.61 | 0.5 |
| Hex | 34 | 31 | CC | 4B | 4C | 0 | 14 | F1 | 3D | 32 |
| Octal | 64 | 61 | 314 | 113 | 114 | 0 | 24 | 361 | 75 | 62 |
| Binary | 110100 | 110001 | 11001100 | 1001011 | 1001100 | 0 | 10100 | 11110001 | 111101 | 110010 |
Color Harmonies of #3431CC
Complementary color
Monochromatic Colors of #3431CC
Black with #3431CC
Text Example
Text Example
White with #3431CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431CC; }
p { color: rgb(52,49,204); }
H1.HeaderClassName
{
color: #3431CC;
}
.AnyTagClassName
{
color: #3431CC;
}
</style>
background-color css
<style>
a { background-color: #3431CC; }
a { background-color: rgb(52,49,204); }
div.DivClassName
{
background-color: #3431CC;
}
.BgClassName
{
background-color: #3431CC;
}
</style>
border-color css
<style>
span { border-color: #3431CC; }
span { border-color: rgb(52,49,204); }
td.TdClassName
{
border-color: #3431CC;
}
.TagClassName
{
border-color: #3431CC;
}
</style>