Shades of Persian Blue #383DAA
Tints of Persian Blue #383DAA
RGB
CMYK
RGB Variations
Color information
#383DAA (or 0x383DAA) is known color: Persian Blue. HEX triplet: 38, 3D and AA. RGB value is (56,61,170). Sum of RGB (Red+Green+Blue) = 56+61+170=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #383DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DAA is #C7C255. Grayscale: #474747. Windows color (decimal): -13091414 or 11156792. OLE color: 11156792.
HSL color Cylindrical-coordinate representation of color #383DAA: hue angle of 237.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383DAA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 61 | 170 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.33 |
| HSL | 237.37º | 0.5% | 0.44% | - |
| HSV(B) | 237.37º | 0.67% | 0.67% | - |
| XYZ | 10.56 | 7.08 | 38.84 | - |
| YUV | 71.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 170 | 0.67 | 0.64 | 0 | 0.33 | 237.37 | 0.5 | 0.44 |
| Hex | 38 | 3D | AA | 43 | 40 | 0 | 21 | ED | 32 | 2C |
| Octal | 70 | 75 | 252 | 103 | 100 | 0 | 41 | 355 | 62 | 54 |
| Binary | 111000 | 111101 | 10101010 | 1000011 | 1000000 | 0 | 100001 | 11101101 | 110010 | 101100 |
Color Harmonies of #383DAA
Complementary color
Monochromatic Colors of #383DAA
Black with #383DAA
Text Example
Text Example
White with #383DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DAA; }
p { color: rgb(56,61,170); }
H1.HeaderClassName
{
color: #383DAA;
}
.AnyTagClassName
{
color: #383DAA;
}
</style>
background-color css
<style>
a { background-color: #383DAA; }
a { background-color: rgb(56,61,170); }
div.DivClassName
{
background-color: #383DAA;
}
.BgClassName
{
background-color: #383DAA;
}
</style>
border-color css
<style>
span { border-color: #383DAA; }
span { border-color: rgb(56,61,170); }
td.TdClassName
{
border-color: #383DAA;
}
.TagClassName
{
border-color: #383DAA;
}
</style>