Shades of Persian Blue #383ABA
Tints of Persian Blue #383ABA
RGB
CMYK
RGB Variations
Color information
#383ABA (or 0x383ABA) is known color: Persian Blue. HEX triplet: 38, 3A and BA. RGB value is (56,58,186). Sum of RGB (Red+Green+Blue) = 56+58+186=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #383ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ABA is #C7C545. Grayscale: #474747. Windows color (decimal): -13092166 or 12204600. OLE color: 12204600.
HSL color Cylindrical-coordinate representation of color #383ABA: hue angle of 239.08º 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 #383ABA is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 58 | 186 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.27 |
| HSL | 239.08º | 0.54% | 0.47% | - |
| HSV(B) | 239.08º | 0.7% | 0.73% | - |
| XYZ | 12.01 | 7.41 | 47.25 | - |
| YUV | 71.99 | 192.34 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 186 | 0.70 | 0.69 | 0 | 0.27 | 239.08 | 0.54 | 0.47 |
| Hex | 38 | 3A | BA | 46 | 45 | 0 | 1B | EF | 36 | 2F |
| Octal | 70 | 72 | 272 | 106 | 105 | 0 | 33 | 357 | 66 | 57 |
| Binary | 111000 | 111010 | 10111010 | 1000110 | 1000101 | 0 | 11011 | 11101111 | 110110 | 101111 |
Color Harmonies of #383ABA
Complementary color
Monochromatic Colors of #383ABA
Black with #383ABA
Text Example
Text Example
White with #383ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383ABA; }
p { color: rgb(56,58,186); }
H1.HeaderClassName
{
color: #383ABA;
}
.AnyTagClassName
{
color: #383ABA;
}
</style>
background-color css
<style>
a { background-color: #383ABA; }
a { background-color: rgb(56,58,186); }
div.DivClassName
{
background-color: #383ABA;
}
.BgClassName
{
background-color: #383ABA;
}
</style>
border-color css
<style>
span { border-color: #383ABA; }
span { border-color: rgb(56,58,186); }
td.TdClassName
{
border-color: #383ABA;
}
.TagClassName
{
border-color: #383ABA;
}
</style>