Shades of Persian Blue #3738BD
Tints of Persian Blue #3738BD
RGB
CMYK
RGB Variations
Color information
#3738BD (or 0x3738BD) is known color: Persian Blue. HEX triplet: 37, 38 and BD. RGB value is (55,56,189). Sum of RGB (Red+Green+Blue) = 55+56+189=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #3738BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3738BD is #C8C742. Grayscale: #464646. Windows color (decimal): -13158211 or 12400695. OLE color: 12400695.
HSL color Cylindrical-coordinate representation of color #3738BD: hue angle of 239.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3738BD is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 56 | 189 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.26 |
| HSL | 239.55º | 0.55% | 0.48% | - |
| HSV(B) | 239.55º | 0.71% | 0.74% | - |
| XYZ | 12.18 | 7.31 | 48.91 | - |
| YUV | 70.86 | 194.67 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 189 | 0.71 | 0.70 | 0 | 0.26 | 239.55 | 0.55 | 0.48 |
| Hex | 37 | 38 | BD | 47 | 46 | 0 | 1A | F0 | 37 | 30 |
| Octal | 67 | 70 | 275 | 107 | 106 | 0 | 32 | 360 | 67 | 60 |
| Binary | 110111 | 111000 | 10111101 | 1000111 | 1000110 | 0 | 11010 | 11110000 | 110111 | 110000 |
Color Harmonies of #3738BD
Complementary color
Monochromatic Colors of #3738BD
Black with #3738BD
Text Example
Text Example
White with #3738BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3738BD; }
p { color: rgb(55,56,189); }
H1.HeaderClassName
{
color: #3738BD;
}
.AnyTagClassName
{
color: #3738BD;
}
</style>
background-color css
<style>
a { background-color: #3738BD; }
a { background-color: rgb(55,56,189); }
div.DivClassName
{
background-color: #3738BD;
}
.BgClassName
{
background-color: #3738BD;
}
</style>
border-color css
<style>
span { border-color: #3738BD; }
span { border-color: rgb(55,56,189); }
td.TdClassName
{
border-color: #3738BD;
}
.TagClassName
{
border-color: #3738BD;
}
</style>