Shades of Persian Blue #383DB7
Tints of Persian Blue #383DB7
RGB
CMYK
RGB Variations
Color information
#383DB7 (or 0x383DB7) is known color: Persian Blue. HEX triplet: 38, 3D and B7. RGB value is (56,61,183). Sum of RGB (Red+Green+Blue) = 56+61+183=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #383DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DB7 is #C7C248. Grayscale: #484848. Windows color (decimal): -13091401 or 12008760. OLE color: 12008760.
HSL color Cylindrical-coordinate representation of color #383DB7: hue angle of 237.64º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383DB7 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 61 | 183 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.28 |
| HSL | 237.64º | 0.53% | 0.47% | - |
| HSV(B) | 237.64º | 0.69% | 0.72% | - |
| XYZ | 11.85 | 7.6 | 45.64 | - |
| YUV | 73.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 183 | 0.69 | 0.67 | 0 | 0.28 | 237.64 | 0.53 | 0.47 |
| Hex | 38 | 3D | B7 | 45 | 43 | 0 | 1C | EE | 35 | 2F |
| Octal | 70 | 75 | 267 | 105 | 103 | 0 | 34 | 356 | 65 | 57 |
| Binary | 111000 | 111101 | 10110111 | 1000101 | 1000011 | 0 | 11100 | 11101110 | 110101 | 101111 |
Color Harmonies of #383DB7
Complementary color
Monochromatic Colors of #383DB7
Black with #383DB7
Text Example
Text Example
White with #383DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DB7; }
p { color: rgb(56,61,183); }
H1.HeaderClassName
{
color: #383DB7;
}
.AnyTagClassName
{
color: #383DB7;
}
</style>
background-color css
<style>
a { background-color: #383DB7; }
a { background-color: rgb(56,61,183); }
div.DivClassName
{
background-color: #383DB7;
}
.BgClassName
{
background-color: #383DB7;
}
</style>
border-color css
<style>
span { border-color: #383DB7; }
span { border-color: rgb(56,61,183); }
td.TdClassName
{
border-color: #383DB7;
}
.TagClassName
{
border-color: #383DB7;
}
</style>