Shades of Persian Blue #3430CB
Tints of Persian Blue #3430CB
RGB
CMYK
RGB Variations
Color information
#3430CB (or 0x3430CB) is known color: Persian Blue. HEX triplet: 34, 30 and CB. RGB value is (52,48,203). Sum of RGB (Red+Green+Blue) = 52+48+203=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #3430CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430CB is #CBCF34. Grayscale: #424242. Windows color (decimal): -13356853 or 13316148. OLE color: 13316148.
HSL color Cylindrical-coordinate representation of color #3430CB: hue angle of 241.55º 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 #3430CB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 48 | 203 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.20 |
| HSL | 241.55º | 0.62% | 0.49% | - |
| HSV(B) | 241.55º | 0.76% | 0.8% | - |
| XYZ | 13.25 | 7.16 | 57.18 | - |
| YUV | 66.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 203 | 0.74 | 0.76 | 0 | 0.20 | 241.55 | 0.62 | 0.49 |
| Hex | 34 | 30 | CB | 4A | 4C | 0 | 14 | F2 | 3E | 31 |
| Octal | 64 | 60 | 313 | 112 | 114 | 0 | 24 | 362 | 76 | 61 |
| Binary | 110100 | 110000 | 11001011 | 1001010 | 1001100 | 0 | 10100 | 11110010 | 111110 | 110001 |
Color Harmonies of #3430CB
Complementary color
Monochromatic Colors of #3430CB
Black with #3430CB
Text Example
Text Example
White with #3430CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430CB; }
p { color: rgb(52,48,203); }
H1.HeaderClassName
{
color: #3430CB;
}
.AnyTagClassName
{
color: #3430CB;
}
</style>
background-color css
<style>
a { background-color: #3430CB; }
a { background-color: rgb(52,48,203); }
div.DivClassName
{
background-color: #3430CB;
}
.BgClassName
{
background-color: #3430CB;
}
</style>
border-color css
<style>
span { border-color: #3430CB; }
span { border-color: rgb(52,48,203); }
td.TdClassName
{
border-color: #3430CB;
}
.TagClassName
{
border-color: #3430CB;
}
</style>