Shades of Persian Blue #3038CE
Tints of Persian Blue #3038CE
RGB
CMYK
RGB Variations
Color information
#3038CE (or 0x3038CE) is known color: Persian Blue. HEX triplet: 30, 38 and CE. RGB value is (48,56,206). Sum of RGB (Red+Green+Blue) = 48+56+206=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #3038CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038CE is #CFC731. Grayscale: #464646. Windows color (decimal): -13616946 or 13514800. OLE color: 13514800.
HSL color Cylindrical-coordinate representation of color #3038CE: hue angle of 236.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3038CE is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 56 | 206 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.19 |
| HSL | 236.96º | 0.62% | 0.5% | - |
| HSV(B) | 236.96º | 0.77% | 0.81% | - |
| XYZ | 13.77 | 7.91 | 59.19 | - |
| YUV | 70.71 | 204.35 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 206 | 0.77 | 0.73 | 0 | 0.19 | 236.96 | 0.62 | 0.5 |
| Hex | 30 | 38 | CE | 4D | 49 | 0 | 13 | ED | 3E | 32 |
| Octal | 60 | 70 | 316 | 115 | 111 | 0 | 23 | 355 | 76 | 62 |
| Binary | 110000 | 111000 | 11001110 | 1001101 | 1001001 | 0 | 10011 | 11101101 | 111110 | 110010 |
Color Harmonies of #3038CE
Complementary color
Monochromatic Colors of #3038CE
Black with #3038CE
Text Example
Text Example
White with #3038CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3038CE; }
p { color: rgb(48,56,206); }
H1.HeaderClassName
{
color: #3038CE;
}
.AnyTagClassName
{
color: #3038CE;
}
</style>
background-color css
<style>
a { background-color: #3038CE; }
a { background-color: rgb(48,56,206); }
div.DivClassName
{
background-color: #3038CE;
}
.BgClassName
{
background-color: #3038CE;
}
</style>
border-color css
<style>
span { border-color: #3038CE; }
span { border-color: rgb(48,56,206); }
td.TdClassName
{
border-color: #3038CE;
}
.TagClassName
{
border-color: #3038CE;
}
</style>