Shades of Persian Blue #3033CA
Tints of Persian Blue #3033CA
RGB
CMYK
RGB Variations
Color information
#3033CA (or 0x3033CA) is known color: Persian Blue. HEX triplet: 30, 33 and CA. RGB value is (48,51,202). Sum of RGB (Red+Green+Blue) = 48+51+202=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #3033CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3033CA is #CFCC35. Grayscale: #424242. Windows color (decimal): -13618230 or 13251376. OLE color: 13251376.
HSL color Cylindrical-coordinate representation of color #3033CA: hue angle of 238.83º degrees, saturation: 0.62, 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 #3033CA is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 51 | 202 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.21 |
| HSL | 238.83º | 0.62% | 0.49% | - |
| HSV(B) | 238.83º | 0.76% | 0.79% | - |
| XYZ | 13.06 | 7.26 | 56.59 | - |
| YUV | 67.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 202 | 0.76 | 0.75 | 0 | 0.21 | 238.83 | 0.62 | 0.49 |
| Hex | 30 | 33 | CA | 4C | 4B | 0 | 15 | EF | 3E | 31 |
| Octal | 60 | 63 | 312 | 114 | 113 | 0 | 25 | 357 | 76 | 61 |
| Binary | 110000 | 110011 | 11001010 | 1001100 | 1001011 | 0 | 10101 | 11101111 | 111110 | 110001 |
Color Harmonies of #3033CA
Complementary color
Monochromatic Colors of #3033CA
Black with #3033CA
Text Example
Text Example
White with #3033CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3033CA; }
p { color: rgb(48,51,202); }
H1.HeaderClassName
{
color: #3033CA;
}
.AnyTagClassName
{
color: #3033CA;
}
</style>
background-color css
<style>
a { background-color: #3033CA; }
a { background-color: rgb(48,51,202); }
div.DivClassName
{
background-color: #3033CA;
}
.BgClassName
{
background-color: #3033CA;
}
</style>
border-color css
<style>
span { border-color: #3033CA; }
span { border-color: rgb(48,51,202); }
td.TdClassName
{
border-color: #3033CA;
}
.TagClassName
{
border-color: #3033CA;
}
</style>