Shades of Persian Blue #333FA3
Tints of Persian Blue #333FA3
RGB
CMYK
RGB Variations
Color information
#333FA3 (or 0x333FA3) is known color: Persian Blue. HEX triplet: 33, 3F and A3. RGB value is (51,63,163). Sum of RGB (Red+Green+Blue) = 51+63+163=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #333FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333FA3 is #CCC05C. Grayscale: #464646. Windows color (decimal): -13418589 or 10698547. OLE color: 10698547.
HSL color Cylindrical-coordinate representation of color #333FA3: hue angle of 233.57º 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 #333FA3 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 63 | 163 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.36 |
| HSL | 233.57º | 0.52% | 0.42% | - |
| HSV(B) | 233.57º | 0.69% | 0.64% | - |
| XYZ | 9.75 | 6.9 | 35.47 | - |
| YUV | 70.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 163 | 0.69 | 0.61 | 0 | 0.36 | 233.57 | 0.52 | 0.42 |
| Hex | 33 | 3F | A3 | 45 | 3D | 0 | 24 | EA | 34 | 2A |
| Octal | 63 | 77 | 243 | 105 | 75 | 0 | 44 | 352 | 64 | 52 |
| Binary | 110011 | 111111 | 10100011 | 1000101 | 111101 | 0 | 100100 | 11101010 | 110100 | 101010 |
Color Harmonies of #333FA3
Complementary color
Monochromatic Colors of #333FA3
Black with #333FA3
Text Example
Text Example
White with #333FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FA3; }
p { color: rgb(51,63,163); }
H1.HeaderClassName
{
color: #333FA3;
}
.AnyTagClassName
{
color: #333FA3;
}
</style>
background-color css
<style>
a { background-color: #333FA3; }
a { background-color: rgb(51,63,163); }
div.DivClassName
{
background-color: #333FA3;
}
.BgClassName
{
background-color: #333FA3;
}
</style>
border-color css
<style>
span { border-color: #333FA3; }
span { border-color: rgb(51,63,163); }
td.TdClassName
{
border-color: #333FA3;
}
.TagClassName
{
border-color: #333FA3;
}
</style>