Shades of Persian Blue #3738AB
Tints of Persian Blue #3738AB
RGB
CMYK
RGB Variations
Color information
#3738AB (or 0x3738AB) is known color: Persian Blue. HEX triplet: 37, 38 and AB. RGB value is (55,56,171). Sum of RGB (Red+Green+Blue) = 55+56+171=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #3738AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3738AB is #C8C754. Grayscale: #444444. Windows color (decimal): -13158229 or 11221047. OLE color: 11221047.
HSL color Cylindrical-coordinate representation of color #3738AB: hue angle of 239.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3738AB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 56 | 171 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.33 |
| HSL | 239.48º | 0.51% | 0.44% | - |
| HSV(B) | 239.48º | 0.68% | 0.67% | - |
| XYZ | 10.34 | 6.58 | 39.25 | - |
| YUV | 68.81 | 185.67 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 171 | 0.68 | 0.67 | 0 | 0.33 | 239.48 | 0.51 | 0.44 |
| Hex | 37 | 38 | AB | 44 | 43 | 0 | 21 | EF | 33 | 2C |
| Octal | 67 | 70 | 253 | 104 | 103 | 0 | 41 | 357 | 63 | 54 |
| Binary | 110111 | 111000 | 10101011 | 1000100 | 1000011 | 0 | 100001 | 11101111 | 110011 | 101100 |
Color Harmonies of #3738AB
Complementary color
Monochromatic Colors of #3738AB
Black with #3738AB
Text Example
Text Example
White with #3738AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3738AB; }
p { color: rgb(55,56,171); }
H1.HeaderClassName
{
color: #3738AB;
}
.AnyTagClassName
{
color: #3738AB;
}
</style>
background-color css
<style>
a { background-color: #3738AB; }
a { background-color: rgb(55,56,171); }
div.DivClassName
{
background-color: #3738AB;
}
.BgClassName
{
background-color: #3738AB;
}
</style>
border-color css
<style>
span { border-color: #3738AB; }
span { border-color: rgb(55,56,171); }
td.TdClassName
{
border-color: #3738AB;
}
.TagClassName
{
border-color: #3738AB;
}
</style>