Shades of Persian Blue #3341AA
Tints of Persian Blue #3341AA
RGB
CMYK
RGB Variations
Color information
#3341AA (or 0x3341AA) is known color: Persian Blue. HEX triplet: 33, 41 and AA. RGB value is (51,65,170). Sum of RGB (Red+Green+Blue) = 51+65+170=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3341AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3341AA is #CCBE55. Grayscale: #484848. Windows color (decimal): -13418070 or 11157811. OLE color: 11157811.
HSL color Cylindrical-coordinate representation of color #3341AA: hue angle of 232.94º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3341AA is Cyan = 0.7, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 65 | 170 | - |
| CMYK | 0.7 | 0.62 | 0 | 0.33 |
| HSL | 232.94º | 0.54% | 0.43% | - |
| HSV(B) | 232.94º | 0.7% | 0.67% | - |
| XYZ | 10.51 | 7.39 | 38.9 | - |
| YUV | 72.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 170 | 0.7 | 0.62 | 0 | 0.33 | 232.94 | 0.54 | 0.43 |
| Hex | 33 | 41 | AA | 46 | 3E | 0 | 21 | E9 | 36 | 2B |
| Octal | 63 | 101 | 252 | 106 | 76 | 0 | 41 | 351 | 66 | 53 |
| Binary | 110011 | 1000001 | 10101010 | 1000110 | 111110 | 0 | 100001 | 11101001 | 110110 | 101011 |
Color Harmonies of #3341AA
Complementary color
Monochromatic Colors of #3341AA
Black with #3341AA
Text Example
Text Example
White with #3341AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3341AA; }
p { color: rgb(51,65,170); }
H1.HeaderClassName
{
color: #3341AA;
}
.AnyTagClassName
{
color: #3341AA;
}
</style>
background-color css
<style>
a { background-color: #3341AA; }
a { background-color: rgb(51,65,170); }
div.DivClassName
{
background-color: #3341AA;
}
.BgClassName
{
background-color: #3341AA;
}
</style>
border-color css
<style>
span { border-color: #3341AA; }
span { border-color: rgb(51,65,170); }
td.TdClassName
{
border-color: #3341AA;
}
.TagClassName
{
border-color: #3341AA;
}
</style>