Shades of Persian Blue #383CAD
Tints of Persian Blue #383CAD
RGB
CMYK
RGB Variations
Color information
#383CAD (or 0x383CAD) is known color: Persian Blue. HEX triplet: 38, 3C and AD. RGB value is (56,60,173). Sum of RGB (Red+Green+Blue) = 56+60+173=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #383CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CAD is #C7C352. Grayscale: #474747. Windows color (decimal): -13091667 or 11353144. OLE color: 11353144.
HSL color Cylindrical-coordinate representation of color #383CAD: hue angle of 237.95º 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 #383CAD is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 60 | 173 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.32 |
| HSL | 237.95º | 0.51% | 0.45% | - |
| HSV(B) | 237.95º | 0.68% | 0.68% | - |
| XYZ | 10.79 | 7.09 | 40.33 | - |
| YUV | 71.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 173 | 0.68 | 0.65 | 0 | 0.32 | 237.95 | 0.51 | 0.45 |
| Hex | 38 | 3C | AD | 44 | 41 | 0 | 20 | EE | 33 | 2D |
| Octal | 70 | 74 | 255 | 104 | 101 | 0 | 40 | 356 | 63 | 55 |
| Binary | 111000 | 111100 | 10101101 | 1000100 | 1000001 | 0 | 100000 | 11101110 | 110011 | 101101 |
Color Harmonies of #383CAD
Complementary color
Monochromatic Colors of #383CAD
Black with #383CAD
Text Example
Text Example
White with #383CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CAD; }
p { color: rgb(56,60,173); }
H1.HeaderClassName
{
color: #383CAD;
}
.AnyTagClassName
{
color: #383CAD;
}
</style>
background-color css
<style>
a { background-color: #383CAD; }
a { background-color: rgb(56,60,173); }
div.DivClassName
{
background-color: #383CAD;
}
.BgClassName
{
background-color: #383CAD;
}
</style>
border-color css
<style>
span { border-color: #383CAD; }
span { border-color: rgb(56,60,173); }
td.TdClassName
{
border-color: #383CAD;
}
.TagClassName
{
border-color: #383CAD;
}
</style>