Shades of Persian Blue #333DA2
Tints of Persian Blue #333DA2
RGB
CMYK
RGB Variations
Color information
#333DA2 (or 0x333DA2) is known color: Persian Blue. HEX triplet: 33, 3D and A2. RGB value is (51,61,162). Sum of RGB (Red+Green+Blue) = 51+61+162=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #333DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333DA2 is #CCC25D. Grayscale: #454545. Windows color (decimal): -13419102 or 10632499. OLE color: 10632499.
HSL color Cylindrical-coordinate representation of color #333DA2: hue angle of 234.59º degrees, saturation: 0.52, 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 #333DA2 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 61 | 162 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.36 |
| HSL | 234.59º | 0.52% | 0.42% | - |
| HSV(B) | 234.59º | 0.69% | 0.64% | - |
| XYZ | 9.56 | 6.65 | 34.96 | - |
| YUV | 69.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 162 | 0.69 | 0.62 | 0 | 0.36 | 234.59 | 0.52 | 0.42 |
| Hex | 33 | 3D | A2 | 45 | 3E | 0 | 24 | EB | 34 | 2A |
| Octal | 63 | 75 | 242 | 105 | 76 | 0 | 44 | 353 | 64 | 52 |
| Binary | 110011 | 111101 | 10100010 | 1000101 | 111110 | 0 | 100100 | 11101011 | 110100 | 101010 |
Color Harmonies of #333DA2
Complementary color
Monochromatic Colors of #333DA2
Black with #333DA2
Text Example
Text Example
White with #333DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DA2; }
p { color: rgb(51,61,162); }
H1.HeaderClassName
{
color: #333DA2;
}
.AnyTagClassName
{
color: #333DA2;
}
</style>
background-color css
<style>
a { background-color: #333DA2; }
a { background-color: rgb(51,61,162); }
div.DivClassName
{
background-color: #333DA2;
}
.BgClassName
{
background-color: #333DA2;
}
</style>
border-color css
<style>
span { border-color: #333DA2; }
span { border-color: rgb(51,61,162); }
td.TdClassName
{
border-color: #333DA2;
}
.TagClassName
{
border-color: #333DA2;
}
</style>