Shades of Persian Blue #3441AA
Tints of Persian Blue #3441AA
RGB
CMYK
RGB Variations
Color information
#3441AA (or 0x3441AA) is known color: Persian Blue. HEX triplet: 34, 41 and AA. RGB value is (52,65,170). Sum of RGB (Red+Green+Blue) = 52+65+170=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3441AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3441AA is #CBBE55. Grayscale: #484848. Windows color (decimal): -13352534 or 11157812. OLE color: 11157812.
HSL color Cylindrical-coordinate representation of color #3441AA: hue angle of 233.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3441AA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 65 | 170 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.33 |
| HSL | 233.39º | 0.53% | 0.44% | - |
| HSV(B) | 233.39º | 0.69% | 0.67% | - |
| XYZ | 10.56 | 7.41 | 38.9 | - |
| YUV | 73.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 170 | 0.69 | 0.62 | 0 | 0.33 | 233.39 | 0.53 | 0.44 |
| Hex | 34 | 41 | AA | 45 | 3E | 0 | 21 | E9 | 35 | 2C |
| Octal | 64 | 101 | 252 | 105 | 76 | 0 | 41 | 351 | 65 | 54 |
| Binary | 110100 | 1000001 | 10101010 | 1000101 | 111110 | 0 | 100001 | 11101001 | 110101 | 101100 |
Color Harmonies of #3441AA
Complementary color
Monochromatic Colors of #3441AA
Black with #3441AA
Text Example
Text Example
White with #3441AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3441AA; }
p { color: rgb(52,65,170); }
H1.HeaderClassName
{
color: #3441AA;
}
.AnyTagClassName
{
color: #3441AA;
}
</style>
background-color css
<style>
a { background-color: #3441AA; }
a { background-color: rgb(52,65,170); }
div.DivClassName
{
background-color: #3441AA;
}
.BgClassName
{
background-color: #3441AA;
}
</style>
border-color css
<style>
span { border-color: #3441AA; }
span { border-color: rgb(52,65,170); }
td.TdClassName
{
border-color: #3441AA;
}
.TagClassName
{
border-color: #3441AA;
}
</style>