Shades of Persian Blue #333DAA
Tints of Persian Blue #333DAA
RGB
CMYK
RGB Variations
Color information
#333DAA (or 0x333DAA) is known color: Persian Blue. HEX triplet: 33, 3D and AA. RGB value is (51,61,170). Sum of RGB (Red+Green+Blue) = 51+61+170=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #333DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333DAA is #CCC255. Grayscale: #454545. Windows color (decimal): -13419094 or 11156787. OLE color: 11156787.
HSL color Cylindrical-coordinate representation of color #333DAA: hue angle of 234.96º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333DAA is Cyan = 0.7, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 61 | 170 | - |
| CMYK | 0.7 | 0.64 | 0 | 0.33 |
| HSL | 234.96º | 0.54% | 0.43% | - |
| HSV(B) | 234.96º | 0.7% | 0.67% | - |
| XYZ | 10.29 | 6.94 | 38.83 | - |
| YUV | 70.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 170 | 0.7 | 0.64 | 0 | 0.33 | 234.96 | 0.54 | 0.43 |
| Hex | 33 | 3D | AA | 46 | 40 | 0 | 21 | EB | 36 | 2B |
| Octal | 63 | 75 | 252 | 106 | 100 | 0 | 41 | 353 | 66 | 53 |
| Binary | 110011 | 111101 | 10101010 | 1000110 | 1000000 | 0 | 100001 | 11101011 | 110110 | 101011 |
Color Harmonies of #333DAA
Complementary color
Monochromatic Colors of #333DAA
Black with #333DAA
Text Example
Text Example
White with #333DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DAA; }
p { color: rgb(51,61,170); }
H1.HeaderClassName
{
color: #333DAA;
}
.AnyTagClassName
{
color: #333DAA;
}
</style>
background-color css
<style>
a { background-color: #333DAA; }
a { background-color: rgb(51,61,170); }
div.DivClassName
{
background-color: #333DAA;
}
.BgClassName
{
background-color: #333DAA;
}
</style>
border-color css
<style>
span { border-color: #333DAA; }
span { border-color: rgb(51,61,170); }
td.TdClassName
{
border-color: #333DAA;
}
.TagClassName
{
border-color: #333DAA;
}
</style>