Shades of Persian Blue #303FCB
Tints of Persian Blue #303FCB
RGB
CMYK
RGB Variations
Color information
#303FCB (or 0x303FCB) is known color: Persian Blue. HEX triplet: 30, 3F and CB. RGB value is (48,63,203). Sum of RGB (Red+Green+Blue) = 48+63+203=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #303FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FCB is #CFC034. Grayscale: #494949. Windows color (decimal): -13615157 or 13319984. OLE color: 13319984.
HSL color Cylindrical-coordinate representation of color #303FCB: hue angle of 234.19º 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 #303FCB is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 63 | 203 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.20 |
| HSL | 234.19º | 0.62% | 0.49% | - |
| HSV(B) | 234.19º | 0.76% | 0.8% | - |
| XYZ | 13.78 | 8.5 | 57.41 | - |
| YUV | 74.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 203 | 0.76 | 0.69 | 0 | 0.20 | 234.19 | 0.62 | 0.49 |
| Hex | 30 | 3F | CB | 4C | 45 | 0 | 14 | EA | 3E | 31 |
| Octal | 60 | 77 | 313 | 114 | 105 | 0 | 24 | 352 | 76 | 61 |
| Binary | 110000 | 111111 | 11001011 | 1001100 | 1000101 | 0 | 10100 | 11101010 | 111110 | 110001 |
Color Harmonies of #303FCB
Complementary color
Monochromatic Colors of #303FCB
Black with #303FCB
Text Example
Text Example
White with #303FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FCB; }
p { color: rgb(48,63,203); }
H1.HeaderClassName
{
color: #303FCB;
}
.AnyTagClassName
{
color: #303FCB;
}
</style>
background-color css
<style>
a { background-color: #303FCB; }
a { background-color: rgb(48,63,203); }
div.DivClassName
{
background-color: #303FCB;
}
.BgClassName
{
background-color: #303FCB;
}
</style>
border-color css
<style>
span { border-color: #303FCB; }
span { border-color: rgb(48,63,203); }
td.TdClassName
{
border-color: #303FCB;
}
.TagClassName
{
border-color: #303FCB;
}
</style>