Shades of Persian Blue #3934CC
Tints of Persian Blue #3934CC
RGB
CMYK
RGB Variations
Color information
#3934CC (or 0x3934CC) is known color: Persian Blue. HEX triplet: 39, 34 and CC. RGB value is (57,52,204). Sum of RGB (Red+Green+Blue) = 57+52+204=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #3934CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3934CC is #C6CB33. Grayscale: #464646. Windows color (decimal): -13028148 or 13382713. OLE color: 13382713.
HSL color Cylindrical-coordinate representation of color #3934CC: hue angle of 241.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3934CC is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 52 | 204 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.2 |
| HSL | 241.97º | 0.6% | 0.5% | - |
| HSV(B) | 241.97º | 0.75% | 0.8% | - |
| XYZ | 13.81 | 7.69 | 57.88 | - |
| YUV | 70.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 204 | 0.72 | 0.75 | 0 | 0.2 | 241.97 | 0.6 | 0.5 |
| Hex | 39 | 34 | CC | 48 | 4B | 0 | 14 | F2 | 3C | 32 |
| Octal | 71 | 64 | 314 | 110 | 113 | 0 | 24 | 362 | 74 | 62 |
| Binary | 111001 | 110100 | 11001100 | 1001000 | 1001011 | 0 | 10100 | 11110010 | 111100 | 110010 |
Color Harmonies of #3934CC
Complementary color
Monochromatic Colors of #3934CC
Black with #3934CC
Text Example
Text Example
White with #3934CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3934CC; }
p { color: rgb(57,52,204); }
H1.HeaderClassName
{
color: #3934CC;
}
.AnyTagClassName
{
color: #3934CC;
}
</style>
background-color css
<style>
a { background-color: #3934CC; }
a { background-color: rgb(57,52,204); }
div.DivClassName
{
background-color: #3934CC;
}
.BgClassName
{
background-color: #3934CC;
}
</style>
border-color css
<style>
span { border-color: #3934CC; }
span { border-color: rgb(57,52,204); }
td.TdClassName
{
border-color: #3934CC;
}
.TagClassName
{
border-color: #3934CC;
}
</style>