Shades of Persian Blue #3833CF
Tints of Persian Blue #3833CF
RGB
CMYK
RGB Variations
Color information
#3833CF (or 0x3833CF) is known color: Persian Blue. HEX triplet: 38, 33 and CF. RGB value is (56,51,207). Sum of RGB (Red+Green+Blue) = 56+51+207=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #3833CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3833CF is #C7CC30. Grayscale: #454545. Windows color (decimal): -13093937 or 13579064. OLE color: 13579064.
HSL color Cylindrical-coordinate representation of color #3833CF: hue angle of 241.92º degrees, saturation: 0.62, 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 #3833CF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 51 | 207 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.19 |
| HSL | 241.92º | 0.62% | 0.51% | - |
| HSV(B) | 241.92º | 0.75% | 0.81% | - |
| XYZ | 14.08 | 7.71 | 59.78 | - |
| YUV | 70.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 207 | 0.73 | 0.75 | 0 | 0.19 | 241.92 | 0.62 | 0.51 |
| Hex | 38 | 33 | CF | 49 | 4B | 0 | 13 | F2 | 3E | 33 |
| Octal | 70 | 63 | 317 | 111 | 113 | 0 | 23 | 362 | 76 | 63 |
| Binary | 111000 | 110011 | 11001111 | 1001001 | 1001011 | 0 | 10011 | 11110010 | 111110 | 110011 |
Color Harmonies of #3833CF
Complementary color
Monochromatic Colors of #3833CF
Black with #3833CF
Text Example
Text Example
White with #3833CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3833CF; }
p { color: rgb(56,51,207); }
H1.HeaderClassName
{
color: #3833CF;
}
.AnyTagClassName
{
color: #3833CF;
}
</style>
background-color css
<style>
a { background-color: #3833CF; }
a { background-color: rgb(56,51,207); }
div.DivClassName
{
background-color: #3833CF;
}
.BgClassName
{
background-color: #3833CF;
}
</style>
border-color css
<style>
span { border-color: #3833CF; }
span { border-color: rgb(56,51,207); }
td.TdClassName
{
border-color: #3833CF;
}
.TagClassName
{
border-color: #3833CF;
}
</style>