Shades of Persian Blue #383BAF
Tints of Persian Blue #383BAF
RGB
CMYK
RGB Variations
Color information
#383BAF (or 0x383BAF) is known color: Persian Blue. HEX triplet: 38, 3B and AF. RGB value is (56,59,175). Sum of RGB (Red+Green+Blue) = 56+59+175=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #383BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BAF is #C7C450. Grayscale: #464646. Windows color (decimal): -13091921 or 11483960. OLE color: 11483960.
HSL color Cylindrical-coordinate representation of color #383BAF: hue angle of 238.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383BAF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 59 | 175 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.31 |
| HSL | 238.49º | 0.52% | 0.45% | - |
| HSV(B) | 238.49º | 0.68% | 0.69% | - |
| XYZ | 10.93 | 7.06 | 41.34 | - |
| YUV | 71.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 175 | 0.68 | 0.66 | 0 | 0.31 | 238.49 | 0.52 | 0.45 |
| Hex | 38 | 3B | AF | 44 | 42 | 0 | 1F | EE | 34 | 2D |
| Octal | 70 | 73 | 257 | 104 | 102 | 0 | 37 | 356 | 64 | 55 |
| Binary | 111000 | 111011 | 10101111 | 1000100 | 1000010 | 0 | 11111 | 11101110 | 110100 | 101101 |
Color Harmonies of #383BAF
Complementary color
Monochromatic Colors of #383BAF
Black with #383BAF
Text Example
Text Example
White with #383BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BAF; }
p { color: rgb(56,59,175); }
H1.HeaderClassName
{
color: #383BAF;
}
.AnyTagClassName
{
color: #383BAF;
}
</style>
background-color css
<style>
a { background-color: #383BAF; }
a { background-color: rgb(56,59,175); }
div.DivClassName
{
background-color: #383BAF;
}
.BgClassName
{
background-color: #383BAF;
}
</style>
border-color css
<style>
span { border-color: #383BAF; }
span { border-color: rgb(56,59,175); }
td.TdClassName
{
border-color: #383BAF;
}
.TagClassName
{
border-color: #383BAF;
}
</style>