Shades of Persian Blue #3339A5
Tints of Persian Blue #3339A5
RGB
CMYK
RGB Variations
Color information
#3339A5 (or 0x3339A5) is known color: Persian Blue. HEX triplet: 33, 39 and A5. RGB value is (51,57,165). Sum of RGB (Red+Green+Blue) = 51+57+165=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 165 (64.84% from 255 or 60.44% from 273); Max value from RGB is 165 - color contains mainly: blue. Hex color #3339A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3339A5 is #CCC65A. Grayscale: #434343. Windows color (decimal): -13420123 or 10828083. OLE color: 10828083.
HSL color Cylindrical-coordinate representation of color #3339A5: hue angle of 236.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3339A5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 57 | 165 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.35 |
| HSL | 236.84º | 0.53% | 0.42% | - |
| HSV(B) | 236.84º | 0.69% | 0.65% | - |
| XYZ | 9.62 | 6.35 | 36.32 | - |
| YUV | 67.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 165 | 0.69 | 0.65 | 0 | 0.35 | 236.84 | 0.53 | 0.42 |
| Hex | 33 | 39 | A5 | 45 | 41 | 0 | 23 | ED | 35 | 2A |
| Octal | 63 | 71 | 245 | 105 | 101 | 0 | 43 | 355 | 65 | 52 |
| Binary | 110011 | 111001 | 10100101 | 1000101 | 1000001 | 0 | 100011 | 11101101 | 110101 | 101010 |
Color Harmonies of #3339A5
Complementary color
Monochromatic Colors of #3339A5
Black with #3339A5
Text Example
Text Example
White with #3339A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3339A5; }
p { color: rgb(51,57,165); }
H1.HeaderClassName
{
color: #3339A5;
}
.AnyTagClassName
{
color: #3339A5;
}
</style>
background-color css
<style>
a { background-color: #3339A5; }
a { background-color: rgb(51,57,165); }
div.DivClassName
{
background-color: #3339A5;
}
.BgClassName
{
background-color: #3339A5;
}
</style>
border-color css
<style>
span { border-color: #3339A5; }
span { border-color: rgb(51,57,165); }
td.TdClassName
{
border-color: #3339A5;
}
.TagClassName
{
border-color: #3339A5;
}
</style>