Shades of Persian Blue #3437AA
Tints of Persian Blue #3437AA
RGB
CMYK
RGB Variations
Color information
#3437AA (or 0x3437AA) is known color: Persian Blue. HEX triplet: 34, 37 and AA. RGB value is (52,55,170). Sum of RGB (Red+Green+Blue) = 52+55+170=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #3437AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3437AA is #CBC855. Grayscale: #424242. Windows color (decimal): -13355094 or 11155252. OLE color: 11155252.
HSL color Cylindrical-coordinate representation of color #3437AA: hue angle of 238.47º 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 #3437AA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 55 | 170 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.33 |
| HSL | 238.47º | 0.53% | 0.44% | - |
| HSV(B) | 238.47º | 0.69% | 0.67% | - |
| XYZ | 10.04 | 6.36 | 38.73 | - |
| YUV | 67.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 170 | 0.69 | 0.68 | 0 | 0.33 | 238.47 | 0.53 | 0.44 |
| Hex | 34 | 37 | AA | 45 | 44 | 0 | 21 | EE | 35 | 2C |
| Octal | 64 | 67 | 252 | 105 | 104 | 0 | 41 | 356 | 65 | 54 |
| Binary | 110100 | 110111 | 10101010 | 1000101 | 1000100 | 0 | 100001 | 11101110 | 110101 | 101100 |
Color Harmonies of #3437AA
Complementary color
Monochromatic Colors of #3437AA
Black with #3437AA
Text Example
Text Example
White with #3437AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3437AA; }
p { color: rgb(52,55,170); }
H1.HeaderClassName
{
color: #3437AA;
}
.AnyTagClassName
{
color: #3437AA;
}
</style>
background-color css
<style>
a { background-color: #3437AA; }
a { background-color: rgb(52,55,170); }
div.DivClassName
{
background-color: #3437AA;
}
.BgClassName
{
background-color: #3437AA;
}
</style>
border-color css
<style>
span { border-color: #3437AA; }
span { border-color: rgb(52,55,170); }
td.TdClassName
{
border-color: #3437AA;
}
.TagClassName
{
border-color: #3437AA;
}
</style>