Shades of Persian Blue #3334A4
Tints of Persian Blue #3334A4
RGB
CMYK
RGB Variations
Color information
#3334A4 (or 0x3334A4) is known color: Persian Blue. HEX triplet: 33, 34 and A4. RGB value is (51,52,164). Sum of RGB (Red+Green+Blue) = 51+52+164=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #3334A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3334A4 is #CCCB5B. Grayscale: #404040. Windows color (decimal): -13421404 or 10761267. OLE color: 10761267.
HSL color Cylindrical-coordinate representation of color #3334A4: hue angle of 239.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3334A4 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 52 | 164 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.36 |
| HSL | 239.47º | 0.53% | 0.42% | - |
| HSV(B) | 239.47º | 0.69% | 0.64% | - |
| XYZ | 9.29 | 5.84 | 35.76 | - |
| YUV | 64.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 164 | 0.69 | 0.68 | 0 | 0.36 | 239.47 | 0.53 | 0.42 |
| Hex | 33 | 34 | A4 | 45 | 44 | 0 | 24 | EF | 35 | 2A |
| Octal | 63 | 64 | 244 | 105 | 104 | 0 | 44 | 357 | 65 | 52 |
| Binary | 110011 | 110100 | 10100100 | 1000101 | 1000100 | 0 | 100100 | 11101111 | 110101 | 101010 |
Color Harmonies of #3334A4
Complementary color
Monochromatic Colors of #3334A4
Black with #3334A4
Text Example
Text Example
White with #3334A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3334A4; }
p { color: rgb(51,52,164); }
H1.HeaderClassName
{
color: #3334A4;
}
.AnyTagClassName
{
color: #3334A4;
}
</style>
background-color css
<style>
a { background-color: #3334A4; }
a { background-color: rgb(51,52,164); }
div.DivClassName
{
background-color: #3334A4;
}
.BgClassName
{
background-color: #3334A4;
}
</style>
border-color css
<style>
span { border-color: #3334A4; }
span { border-color: rgb(51,52,164); }
td.TdClassName
{
border-color: #3334A4;
}
.TagClassName
{
border-color: #3334A4;
}
</style>