Shades of Persian Blue #383CBB
Tints of Persian Blue #383CBB
RGB
CMYK
RGB Variations
Color information
#383CBB (or 0x383CBB) is known color: Persian Blue. HEX triplet: 38, 3C and BB. RGB value is (56,60,187). Sum of RGB (Red+Green+Blue) = 56+60+187=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #383CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CBB is #C7C344. Grayscale: #484848. Windows color (decimal): -13091653 or 12270648. OLE color: 12270648.
HSL color Cylindrical-coordinate representation of color #383CBB: hue angle of 238.17º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383CBB is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 60 | 187 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.27 |
| HSL | 238.17º | 0.54% | 0.48% | - |
| HSV(B) | 238.17º | 0.7% | 0.73% | - |
| XYZ | 12.22 | 7.66 | 47.85 | - |
| YUV | 73.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 187 | 0.70 | 0.68 | 0 | 0.27 | 238.17 | 0.54 | 0.48 |
| Hex | 38 | 3C | BB | 46 | 44 | 0 | 1B | EE | 36 | 30 |
| Octal | 70 | 74 | 273 | 106 | 104 | 0 | 33 | 356 | 66 | 60 |
| Binary | 111000 | 111100 | 10111011 | 1000110 | 1000100 | 0 | 11011 | 11101110 | 110110 | 110000 |
Color Harmonies of #383CBB
Complementary color
Monochromatic Colors of #383CBB
Black with #383CBB
Text Example
Text Example
White with #383CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CBB; }
p { color: rgb(56,60,187); }
H1.HeaderClassName
{
color: #383CBB;
}
.AnyTagClassName
{
color: #383CBB;
}
</style>
background-color css
<style>
a { background-color: #383CBB; }
a { background-color: rgb(56,60,187); }
div.DivClassName
{
background-color: #383CBB;
}
.BgClassName
{
background-color: #383CBB;
}
</style>
border-color css
<style>
span { border-color: #383CBB; }
span { border-color: rgb(56,60,187); }
td.TdClassName
{
border-color: #383CBB;
}
.TagClassName
{
border-color: #383CBB;
}
</style>