Shades of Persian Blue #3334AF
Tints of Persian Blue #3334AF
RGB
CMYK
RGB Variations
Color information
#3334AF (or 0x3334AF) is known color: Persian Blue. HEX triplet: 33, 34 and AF. RGB value is (51,52,175). Sum of RGB (Red+Green+Blue) = 51+52+175=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #3334AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3334AF is #CCCB50. Grayscale: #414141. Windows color (decimal): -13421393 or 11482163. OLE color: 11482163.
HSL color Cylindrical-coordinate representation of color #3334AF: hue angle of 239.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3334AF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 52 | 175 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.31 |
| HSL | 239.52º | 0.55% | 0.44% | - |
| HSV(B) | 239.52º | 0.71% | 0.69% | - |
| XYZ | 10.33 | 6.25 | 41.22 | - |
| YUV | 65.72 | 189.67 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 175 | 0.71 | 0.70 | 0 | 0.31 | 239.52 | 0.55 | 0.44 |
| Hex | 33 | 34 | AF | 47 | 46 | 0 | 1F | F0 | 37 | 2C |
| Octal | 63 | 64 | 257 | 107 | 106 | 0 | 37 | 360 | 67 | 54 |
| Binary | 110011 | 110100 | 10101111 | 1000111 | 1000110 | 0 | 11111 | 11110000 | 110111 | 101100 |
Color Harmonies of #3334AF
Complementary color
Monochromatic Colors of #3334AF
Black with #3334AF
Text Example
Text Example
White with #3334AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3334AF; }
p { color: rgb(51,52,175); }
H1.HeaderClassName
{
color: #3334AF;
}
.AnyTagClassName
{
color: #3334AF;
}
</style>
background-color css
<style>
a { background-color: #3334AF; }
a { background-color: rgb(51,52,175); }
div.DivClassName
{
background-color: #3334AF;
}
.BgClassName
{
background-color: #3334AF;
}
</style>
border-color css
<style>
span { border-color: #3334AF; }
span { border-color: rgb(51,52,175); }
td.TdClassName
{
border-color: #3334AF;
}
.TagClassName
{
border-color: #3334AF;
}
</style>