Shades of Persian Blue #3035CB
Tints of Persian Blue #3035CB
RGB
CMYK
RGB Variations
Color information
#3035CB (or 0x3035CB) is known color: Persian Blue. HEX triplet: 30, 35 and CB. RGB value is (48,53,203). Sum of RGB (Red+Green+Blue) = 48+53+203=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #3035CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035CB is #CFCA34. Grayscale: #444444. Windows color (decimal): -13617717 or 13317424. OLE color: 13317424.
HSL color Cylindrical-coordinate representation of color #3035CB: hue angle of 238.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3035CB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 53 | 203 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.20 |
| HSL | 238.06º | 0.62% | 0.49% | - |
| HSV(B) | 238.06º | 0.76% | 0.8% | - |
| XYZ | 13.27 | 7.49 | 57.25 | - |
| YUV | 68.61 | 203.84 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 203 | 0.76 | 0.74 | 0 | 0.20 | 238.06 | 0.62 | 0.49 |
| Hex | 30 | 35 | CB | 4C | 4A | 0 | 14 | EE | 3E | 31 |
| Octal | 60 | 65 | 313 | 114 | 112 | 0 | 24 | 356 | 76 | 61 |
| Binary | 110000 | 110101 | 11001011 | 1001100 | 1001010 | 0 | 10100 | 11101110 | 111110 | 110001 |
Color Harmonies of #3035CB
Complementary color
Monochromatic Colors of #3035CB
Black with #3035CB
Text Example
Text Example
White with #3035CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3035CB; }
p { color: rgb(48,53,203); }
H1.HeaderClassName
{
color: #3035CB;
}
.AnyTagClassName
{
color: #3035CB;
}
</style>
background-color css
<style>
a { background-color: #3035CB; }
a { background-color: rgb(48,53,203); }
div.DivClassName
{
background-color: #3035CB;
}
.BgClassName
{
background-color: #3035CB;
}
</style>
border-color css
<style>
span { border-color: #3035CB; }
span { border-color: rgb(48,53,203); }
td.TdClassName
{
border-color: #3035CB;
}
.TagClassName
{
border-color: #3035CB;
}
</style>