Shades of Persian Blue #3138CA
Tints of Persian Blue #3138CA
RGB
CMYK
RGB Variations
Color information
#3138CA (or 0x3138CA) is known color: Persian Blue. HEX triplet: 31, 38 and CA. RGB value is (49,56,202). Sum of RGB (Red+Green+Blue) = 49+56+202=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #3138CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3138CA is #CEC735. Grayscale: #454545. Windows color (decimal): -13551414 or 13252657. OLE color: 13252657.
HSL color Cylindrical-coordinate representation of color #3138CA: hue angle of 237.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3138CA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 56 | 202 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.21 |
| HSL | 237.25º | 0.61% | 0.49% | - |
| HSV(B) | 237.25º | 0.76% | 0.79% | - |
| XYZ | 13.34 | 7.75 | 56.67 | - |
| YUV | 70.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 202 | 0.76 | 0.72 | 0 | 0.21 | 237.25 | 0.61 | 0.49 |
| Hex | 31 | 38 | CA | 4C | 48 | 0 | 15 | ED | 3D | 31 |
| Octal | 61 | 70 | 312 | 114 | 110 | 0 | 25 | 355 | 75 | 61 |
| Binary | 110001 | 111000 | 11001010 | 1001100 | 1001000 | 0 | 10101 | 11101101 | 111101 | 110001 |
Color Harmonies of #3138CA
Complementary color
Monochromatic Colors of #3138CA
Black with #3138CA
Text Example
Text Example
White with #3138CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3138CA; }
p { color: rgb(49,56,202); }
H1.HeaderClassName
{
color: #3138CA;
}
.AnyTagClassName
{
color: #3138CA;
}
</style>
background-color css
<style>
a { background-color: #3138CA; }
a { background-color: rgb(49,56,202); }
div.DivClassName
{
background-color: #3138CA;
}
.BgClassName
{
background-color: #3138CA;
}
</style>
border-color css
<style>
span { border-color: #3138CA; }
span { border-color: rgb(49,56,202); }
td.TdClassName
{
border-color: #3138CA;
}
.TagClassName
{
border-color: #3138CA;
}
</style>