Shades of Persian Blue #333BA5
Tints of Persian Blue #333BA5
RGB
CMYK
RGB Variations
Color information
#333BA5 (or 0x333BA5) is known color: Persian Blue. HEX triplet: 33, 3B and A5. RGB value is (51,59,165). Sum of RGB (Red+Green+Blue) = 51+59+165=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #333BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BA5 is #CCC45A. Grayscale: #444444. Windows color (decimal): -13419611 or 10828595. OLE color: 10828595.
HSL color Cylindrical-coordinate representation of color #333BA5: hue angle of 235.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333BA5 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 59 | 165 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.35 |
| HSL | 235.79º | 0.53% | 0.42% | - |
| HSV(B) | 235.79º | 0.69% | 0.65% | - |
| XYZ | 9.72 | 6.55 | 36.35 | - |
| YUV | 68.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 165 | 0.69 | 0.64 | 0 | 0.35 | 235.79 | 0.53 | 0.42 |
| Hex | 33 | 3B | A5 | 45 | 40 | 0 | 23 | EC | 35 | 2A |
| Octal | 63 | 73 | 245 | 105 | 100 | 0 | 43 | 354 | 65 | 52 |
| Binary | 110011 | 111011 | 10100101 | 1000101 | 1000000 | 0 | 100011 | 11101100 | 110101 | 101010 |
Color Harmonies of #333BA5
Complementary color
Monochromatic Colors of #333BA5
Black with #333BA5
Text Example
Text Example
White with #333BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BA5; }
p { color: rgb(51,59,165); }
H1.HeaderClassName
{
color: #333BA5;
}
.AnyTagClassName
{
color: #333BA5;
}
</style>
background-color css
<style>
a { background-color: #333BA5; }
a { background-color: rgb(51,59,165); }
div.DivClassName
{
background-color: #333BA5;
}
.BgClassName
{
background-color: #333BA5;
}
</style>
border-color css
<style>
span { border-color: #333BA5; }
span { border-color: rgb(51,59,165); }
td.TdClassName
{
border-color: #333BA5;
}
.TagClassName
{
border-color: #333BA5;
}
</style>