Shades of Persian Blue #3734CE
Tints of Persian Blue #3734CE
RGB
CMYK
RGB Variations
Color information
#3734CE (or 0x3734CE) is known color: Persian Blue. HEX triplet: 37, 34 and CE. RGB value is (55,52,206). Sum of RGB (Red+Green+Blue) = 55+52+206=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #3734CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3734CE is #C8CB31. Grayscale: #454545. Windows color (decimal): -13159218 or 13513783. OLE color: 13513783.
HSL color Cylindrical-coordinate representation of color #3734CE: hue angle of 241.17º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3734CE is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 52 | 206 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.19 |
| HSL | 241.17º | 0.61% | 0.51% | - |
| HSV(B) | 241.17º | 0.75% | 0.81% | - |
| XYZ | 13.94 | 7.72 | 59.15 | - |
| YUV | 70.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 206 | 0.73 | 0.75 | 0 | 0.19 | 241.17 | 0.61 | 0.51 |
| Hex | 37 | 34 | CE | 49 | 4B | 0 | 13 | F1 | 3D | 33 |
| Octal | 67 | 64 | 316 | 111 | 113 | 0 | 23 | 361 | 75 | 63 |
| Binary | 110111 | 110100 | 11001110 | 1001001 | 1001011 | 0 | 10011 | 11110001 | 111101 | 110011 |
Color Harmonies of #3734CE
Complementary color
Monochromatic Colors of #3734CE
Black with #3734CE
Text Example
Text Example
White with #3734CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3734CE; }
p { color: rgb(55,52,206); }
H1.HeaderClassName
{
color: #3734CE;
}
.AnyTagClassName
{
color: #3734CE;
}
</style>
background-color css
<style>
a { background-color: #3734CE; }
a { background-color: rgb(55,52,206); }
div.DivClassName
{
background-color: #3734CE;
}
.BgClassName
{
background-color: #3734CE;
}
</style>
border-color css
<style>
span { border-color: #3734CE; }
span { border-color: rgb(55,52,206); }
td.TdClassName
{
border-color: #3734CE;
}
.TagClassName
{
border-color: #3734CE;
}
</style>