Shades of Persian Blue #333DA6
Tints of Persian Blue #333DA6
RGB
CMYK
RGB Variations
Color information
#333DA6 (or 0x333DA6) is known color: Persian Blue. HEX triplet: 33, 3D and A6. RGB value is (51,61,166). Sum of RGB (Red+Green+Blue) = 51+61+166=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #333DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333DA6 is #CCC259. Grayscale: #454545. Windows color (decimal): -13419098 or 10894643. OLE color: 10894643.
HSL color Cylindrical-coordinate representation of color #333DA6: hue angle of 234.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333DA6 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 61 | 166 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.35 |
| HSL | 234.78º | 0.53% | 0.43% | - |
| HSV(B) | 234.78º | 0.69% | 0.65% | - |
| XYZ | 9.92 | 6.79 | 36.87 | - |
| YUV | 69.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 166 | 0.69 | 0.63 | 0 | 0.35 | 234.78 | 0.53 | 0.43 |
| Hex | 33 | 3D | A6 | 45 | 3F | 0 | 23 | EB | 35 | 2B |
| Octal | 63 | 75 | 246 | 105 | 77 | 0 | 43 | 353 | 65 | 53 |
| Binary | 110011 | 111101 | 10100110 | 1000101 | 111111 | 0 | 100011 | 11101011 | 110101 | 101011 |
Color Harmonies of #333DA6
Complementary color
Monochromatic Colors of #333DA6
Black with #333DA6
Text Example
Text Example
White with #333DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DA6; }
p { color: rgb(51,61,166); }
H1.HeaderClassName
{
color: #333DA6;
}
.AnyTagClassName
{
color: #333DA6;
}
</style>
background-color css
<style>
a { background-color: #333DA6; }
a { background-color: rgb(51,61,166); }
div.DivClassName
{
background-color: #333DA6;
}
.BgClassName
{
background-color: #333DA6;
}
</style>
border-color css
<style>
span { border-color: #333DA6; }
span { border-color: rgb(51,61,166); }
td.TdClassName
{
border-color: #333DA6;
}
.TagClassName
{
border-color: #333DA6;
}
</style>