Shades of Persian Blue #381DBE
Tints of Persian Blue #381DBE
RGB
CMYK
RGB Variations
Color information
#381DBE (or 0x381DBE) is known color: Persian Blue. HEX triplet: 38, 1D and BE. RGB value is (56,29,190). Sum of RGB (Red+Green+Blue) = 56+29+190=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #381DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DBE is #C7E241. Grayscale: #363636. Windows color (decimal): -13099586 or 12459320. OLE color: 12459320.
HSL color Cylindrical-coordinate representation of color #381DBE: hue angle of 250.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381DBE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 29 | 190 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.25 |
| HSL | 250.06º | 0.74% | 0.43% | - |
| HSV(B) | 250.06º | 0.85% | 0.75% | - |
| XYZ | 11.36 | 5.44 | 49.17 | - |
| YUV | 55.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 190 | 0.71 | 0.85 | 0 | 0.25 | 250.06 | 0.74 | 0.43 |
| Hex | 38 | 1D | BE | 47 | 55 | 0 | 19 | FA | 4A | 2B |
| Octal | 70 | 35 | 276 | 107 | 125 | 0 | 31 | 372 | 112 | 53 |
| Binary | 111000 | 11101 | 10111110 | 1000111 | 1010101 | 0 | 11001 | 11111010 | 1001010 | 101011 |
Color Harmonies of #381DBE
Complementary color
Monochromatic Colors of #381DBE
Black with #381DBE
Text Example
Text Example
White with #381DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DBE; }
p { color: rgb(56,29,190); }
H1.HeaderClassName
{
color: #381DBE;
}
.AnyTagClassName
{
color: #381DBE;
}
</style>
background-color css
<style>
a { background-color: #381DBE; }
a { background-color: rgb(56,29,190); }
div.DivClassName
{
background-color: #381DBE;
}
.BgClassName
{
background-color: #381DBE;
}
</style>
border-color css
<style>
span { border-color: #381DBE; }
span { border-color: rgb(56,29,190); }
td.TdClassName
{
border-color: #381DBE;
}
.TagClassName
{
border-color: #381DBE;
}
</style>