Shades of Persian Blue #3733D6
Tints of Persian Blue #3733D6
RGB
CMYK
RGB Variations
Color information
#3733D6 (or 0x3733D6) is known color: Persian Blue. HEX triplet: 37, 33 and D6. RGB value is (55,51,214). Sum of RGB (Red+Green+Blue) = 55+51+214=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #3733D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3733D6 is #C8CC29. Grayscale: #464646. Windows color (decimal): -13159466 or 14037815. OLE color: 14037815.
HSL color Cylindrical-coordinate representation of color #3733D6: hue angle of 241.47º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3733D6 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 51 | 214 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.16 |
| HSL | 241.47º | 0.67% | 0.52% | - |
| HSV(B) | 241.47º | 0.76% | 0.84% | - |
| XYZ | 14.9 | 8.03 | 64.38 | - |
| YUV | 70.78 | 208.83 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 214 | 0.74 | 0.76 | 0 | 0.16 | 241.47 | 0.67 | 0.52 |
| Hex | 37 | 33 | D6 | 4A | 4C | 0 | 10 | F1 | 43 | 34 |
| Octal | 67 | 63 | 326 | 112 | 114 | 0 | 20 | 361 | 103 | 64 |
| Binary | 110111 | 110011 | 11010110 | 1001010 | 1001100 | 0 | 10000 | 11110001 | 1000011 | 110100 |
Color Harmonies of #3733D6
Complementary color
Monochromatic Colors of #3733D6
Black with #3733D6
Text Example
Text Example
White with #3733D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733D6; }
p { color: rgb(55,51,214); }
H1.HeaderClassName
{
color: #3733D6;
}
.AnyTagClassName
{
color: #3733D6;
}
</style>
background-color css
<style>
a { background-color: #3733D6; }
a { background-color: rgb(55,51,214); }
div.DivClassName
{
background-color: #3733D6;
}
.BgClassName
{
background-color: #3733D6;
}
</style>
border-color css
<style>
span { border-color: #3733D6; }
span { border-color: rgb(55,51,214); }
td.TdClassName
{
border-color: #3733D6;
}
.TagClassName
{
border-color: #3733D6;
}
</style>