Shades of Persian Blue #333DAB
Tints of Persian Blue #333DAB
RGB
CMYK
RGB Variations
Color information
#333DAB (or 0x333DAB) is known color: Persian Blue. HEX triplet: 33, 3D and AB. RGB value is (51,61,171). Sum of RGB (Red+Green+Blue) = 51+61+171=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #333DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333DAB is #CCC254. Grayscale: #464646. Windows color (decimal): -13419093 or 11222323. OLE color: 11222323.
HSL color Cylindrical-coordinate representation of color #333DAB: hue angle of 235º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333DAB is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 61 | 171 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.33 |
| HSL | 235º | 0.54% | 0.44% | - |
| HSV(B) | 235º | 0.7% | 0.67% | - |
| XYZ | 10.38 | 6.98 | 39.33 | - |
| YUV | 70.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 171 | 0.70 | 0.64 | 0 | 0.33 | 235 | 0.54 | 0.44 |
| Hex | 33 | 3D | AB | 46 | 40 | 0 | 21 | EB | 36 | 2C |
| Octal | 63 | 75 | 253 | 106 | 100 | 0 | 41 | 353 | 66 | 54 |
| Binary | 110011 | 111101 | 10101011 | 1000110 | 1000000 | 0 | 100001 | 11101011 | 110110 | 101100 |
Color Harmonies of #333DAB
Complementary color
Monochromatic Colors of #333DAB
Black with #333DAB
Text Example
Text Example
White with #333DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DAB; }
p { color: rgb(51,61,171); }
H1.HeaderClassName
{
color: #333DAB;
}
.AnyTagClassName
{
color: #333DAB;
}
</style>
background-color css
<style>
a { background-color: #333DAB; }
a { background-color: rgb(51,61,171); }
div.DivClassName
{
background-color: #333DAB;
}
.BgClassName
{
background-color: #333DAB;
}
</style>
border-color css
<style>
span { border-color: #333DAB; }
span { border-color: rgb(51,61,171); }
td.TdClassName
{
border-color: #333DAB;
}
.TagClassName
{
border-color: #333DAB;
}
</style>