Shades of Persian Blue #383DB9
Tints of Persian Blue #383DB9
RGB
CMYK
RGB Variations
Color information
#383DB9 (or 0x383DB9) is known color: Persian Blue. HEX triplet: 38, 3D and B9. RGB value is (56,61,185). Sum of RGB (Red+Green+Blue) = 56+61+185=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #383DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DB9 is #C7C246. Grayscale: #494949. Windows color (decimal): -13091399 or 12139832. OLE color: 12139832.
HSL color Cylindrical-coordinate representation of color #383DB9: hue angle of 237.67º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383DB9 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 61 | 185 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.27 |
| HSL | 237.67º | 0.54% | 0.47% | - |
| HSV(B) | 237.67º | 0.7% | 0.73% | - |
| XYZ | 12.06 | 7.68 | 46.75 | - |
| YUV | 73.64 | 190.84 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 185 | 0.70 | 0.67 | 0 | 0.27 | 237.67 | 0.54 | 0.47 |
| Hex | 38 | 3D | B9 | 46 | 43 | 0 | 1B | EE | 36 | 2F |
| Octal | 70 | 75 | 271 | 106 | 103 | 0 | 33 | 356 | 66 | 57 |
| Binary | 111000 | 111101 | 10111001 | 1000110 | 1000011 | 0 | 11011 | 11101110 | 110110 | 101111 |
Color Harmonies of #383DB9
Complementary color
Monochromatic Colors of #383DB9
Black with #383DB9
Text Example
Text Example
White with #383DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DB9; }
p { color: rgb(56,61,185); }
H1.HeaderClassName
{
color: #383DB9;
}
.AnyTagClassName
{
color: #383DB9;
}
</style>
background-color css
<style>
a { background-color: #383DB9; }
a { background-color: rgb(56,61,185); }
div.DivClassName
{
background-color: #383DB9;
}
.BgClassName
{
background-color: #383DB9;
}
</style>
border-color css
<style>
span { border-color: #383DB9; }
span { border-color: rgb(56,61,185); }
td.TdClassName
{
border-color: #383DB9;
}
.TagClassName
{
border-color: #383DB9;
}
</style>