Shades of Persian Blue #3822BC
Tints of Persian Blue #3822BC
RGB
CMYK
RGB Variations
Color information
#3822BC (or 0x3822BC) is known color: Persian Blue. HEX triplet: 38, 22 and BC. RGB value is (56,34,188). Sum of RGB (Red+Green+Blue) = 56+34+188=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #3822BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3822BC is #C7DD43. Grayscale: #393939. Windows color (decimal): -13098308 or 12329528. OLE color: 12329528.
HSL color Cylindrical-coordinate representation of color #3822BC: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3822BC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 34 | 188 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.26 |
| HSL | 248.57º | 0.69% | 0.44% | - |
| HSV(B) | 248.57º | 0.82% | 0.74% | - |
| XYZ | 11.28 | 5.62 | 48.07 | - |
| YUV | 58.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 188 | 0.70 | 0.82 | 0 | 0.26 | 248.57 | 0.69 | 0.44 |
| Hex | 38 | 22 | BC | 46 | 52 | 0 | 1A | F9 | 45 | 2C |
| Octal | 70 | 42 | 274 | 106 | 122 | 0 | 32 | 371 | 105 | 54 |
| Binary | 111000 | 100010 | 10111100 | 1000110 | 1010010 | 0 | 11010 | 11111001 | 1000101 | 101100 |
Color Harmonies of #3822BC
Complementary color
Monochromatic Colors of #3822BC
Black with #3822BC
Text Example
Text Example
White with #3822BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3822BC; }
p { color: rgb(56,34,188); }
H1.HeaderClassName
{
color: #3822BC;
}
.AnyTagClassName
{
color: #3822BC;
}
</style>
background-color css
<style>
a { background-color: #3822BC; }
a { background-color: rgb(56,34,188); }
div.DivClassName
{
background-color: #3822BC;
}
.BgClassName
{
background-color: #3822BC;
}
</style>
border-color css
<style>
span { border-color: #3822BC; }
span { border-color: rgb(56,34,188); }
td.TdClassName
{
border-color: #3822BC;
}
.TagClassName
{
border-color: #3822BC;
}
</style>