Shades of Persian Blue #383DB8
Tints of Persian Blue #383DB8
RGB
CMYK
RGB Variations
Color information
#383DB8 (or 0x383DB8) is known color: Persian Blue. HEX triplet: 38, 3D and B8. RGB value is (56,61,184). Sum of RGB (Red+Green+Blue) = 56+61+184=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #383DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DB8 is #C7C247. Grayscale: #494949. Windows color (decimal): -13091400 or 12074296. OLE color: 12074296.
HSL color Cylindrical-coordinate representation of color #383DB8: hue angle of 237.66º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383DB8 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 61 | 184 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.28 |
| HSL | 237.66º | 0.53% | 0.47% | - |
| HSV(B) | 237.66º | 0.7% | 0.72% | - |
| XYZ | 11.95 | 7.64 | 46.19 | - |
| YUV | 73.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 184 | 0.70 | 0.67 | 0 | 0.28 | 237.66 | 0.53 | 0.47 |
| Hex | 38 | 3D | B8 | 46 | 43 | 0 | 1C | EE | 35 | 2F |
| Octal | 70 | 75 | 270 | 106 | 103 | 0 | 34 | 356 | 65 | 57 |
| Binary | 111000 | 111101 | 10111000 | 1000110 | 1000011 | 0 | 11100 | 11101110 | 110101 | 101111 |
Color Harmonies of #383DB8
Complementary color
Monochromatic Colors of #383DB8
Black with #383DB8
Text Example
Text Example
White with #383DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DB8; }
p { color: rgb(56,61,184); }
H1.HeaderClassName
{
color: #383DB8;
}
.AnyTagClassName
{
color: #383DB8;
}
</style>
background-color css
<style>
a { background-color: #383DB8; }
a { background-color: rgb(56,61,184); }
div.DivClassName
{
background-color: #383DB8;
}
.BgClassName
{
background-color: #383DB8;
}
</style>
border-color css
<style>
span { border-color: #383DB8; }
span { border-color: rgb(56,61,184); }
td.TdClassName
{
border-color: #383DB8;
}
.TagClassName
{
border-color: #383DB8;
}
</style>