Shades of Persian Blue #383BAD
Tints of Persian Blue #383BAD
RGB
CMYK
RGB Variations
Color information
#383BAD (or 0x383BAD) is known color: Persian Blue. HEX triplet: 38, 3B and AD. RGB value is (56,59,173). Sum of RGB (Red+Green+Blue) = 56+59+173=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #383BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BAD is #C7C452. Grayscale: #464646. Windows color (decimal): -13091923 or 11352888. OLE color: 11352888.
HSL color Cylindrical-coordinate representation of color #383BAD: hue angle of 238.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383BAD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 59 | 173 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.32 |
| HSL | 238.46º | 0.51% | 0.45% | - |
| HSV(B) | 238.46º | 0.68% | 0.68% | - |
| XYZ | 10.74 | 6.99 | 40.32 | - |
| YUV | 71.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 173 | 0.68 | 0.66 | 0 | 0.32 | 238.46 | 0.51 | 0.45 |
| Hex | 38 | 3B | AD | 44 | 42 | 0 | 20 | EE | 33 | 2D |
| Octal | 70 | 73 | 255 | 104 | 102 | 0 | 40 | 356 | 63 | 55 |
| Binary | 111000 | 111011 | 10101101 | 1000100 | 1000010 | 0 | 100000 | 11101110 | 110011 | 101101 |
Color Harmonies of #383BAD
Complementary color
Monochromatic Colors of #383BAD
Black with #383BAD
Text Example
Text Example
White with #383BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BAD; }
p { color: rgb(56,59,173); }
H1.HeaderClassName
{
color: #383BAD;
}
.AnyTagClassName
{
color: #383BAD;
}
</style>
background-color css
<style>
a { background-color: #383BAD; }
a { background-color: rgb(56,59,173); }
div.DivClassName
{
background-color: #383BAD;
}
.BgClassName
{
background-color: #383BAD;
}
</style>
border-color css
<style>
span { border-color: #383BAD; }
span { border-color: rgb(56,59,173); }
td.TdClassName
{
border-color: #383BAD;
}
.TagClassName
{
border-color: #383BAD;
}
</style>