Shades of Persian Blue #3138CC
Tints of Persian Blue #3138CC
RGB
CMYK
RGB Variations
Color information
#3138CC (or 0x3138CC) is known color: Persian Blue. HEX triplet: 31, 38 and CC. RGB value is (49,56,204). Sum of RGB (Red+Green+Blue) = 49+56+204=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #3138CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3138CC is #CEC733. Grayscale: #464646. Windows color (decimal): -13551412 or 13383729. OLE color: 13383729.
HSL color Cylindrical-coordinate representation of color #3138CC: hue angle of 237.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3138CC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 56 | 204 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.2 |
| HSL | 237.29º | 0.61% | 0.5% | - |
| HSV(B) | 237.29º | 0.76% | 0.8% | - |
| XYZ | 13.58 | 7.84 | 57.92 | - |
| YUV | 70.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 204 | 0.76 | 0.73 | 0 | 0.2 | 237.29 | 0.61 | 0.5 |
| Hex | 31 | 38 | CC | 4C | 49 | 0 | 14 | ED | 3D | 32 |
| Octal | 61 | 70 | 314 | 114 | 111 | 0 | 24 | 355 | 75 | 62 |
| Binary | 110001 | 111000 | 11001100 | 1001100 | 1001001 | 0 | 10100 | 11101101 | 111101 | 110010 |
Color Harmonies of #3138CC
Complementary color
Monochromatic Colors of #3138CC
Black with #3138CC
Text Example
Text Example
White with #3138CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3138CC; }
p { color: rgb(49,56,204); }
H1.HeaderClassName
{
color: #3138CC;
}
.AnyTagClassName
{
color: #3138CC;
}
</style>
background-color css
<style>
a { background-color: #3138CC; }
a { background-color: rgb(49,56,204); }
div.DivClassName
{
background-color: #3138CC;
}
.BgClassName
{
background-color: #3138CC;
}
</style>
border-color css
<style>
span { border-color: #3138CC; }
span { border-color: rgb(49,56,204); }
td.TdClassName
{
border-color: #3138CC;
}
.TagClassName
{
border-color: #3138CC;
}
</style>