Shades of Persian Blue #3336B7
Tints of Persian Blue #3336B7
RGB
CMYK
RGB Variations
Color information
#3336B7 (or 0x3336B7) is known color: Persian Blue. HEX triplet: 33, 36 and B7. RGB value is (51,54,183). Sum of RGB (Red+Green+Blue) = 51+54+183=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #3336B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3336B7 is #CCC948. Grayscale: #434343. Windows color (decimal): -13420873 or 12006963. OLE color: 12006963.
HSL color Cylindrical-coordinate representation of color #3336B7: hue angle of 238.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3336B7 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 54 | 183 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.28 |
| HSL | 238.64º | 0.56% | 0.46% | - |
| HSV(B) | 238.64º | 0.72% | 0.72% | - |
| XYZ | 11.23 | 6.76 | 45.51 | - |
| YUV | 67.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 183 | 0.72 | 0.70 | 0 | 0.28 | 238.64 | 0.56 | 0.46 |
| Hex | 33 | 36 | B7 | 48 | 46 | 0 | 1C | EF | 38 | 2E |
| Octal | 63 | 66 | 267 | 110 | 106 | 0 | 34 | 357 | 70 | 56 |
| Binary | 110011 | 110110 | 10110111 | 1001000 | 1000110 | 0 | 11100 | 11101111 | 111000 | 101110 |
Color Harmonies of #3336B7
Complementary color
Monochromatic Colors of #3336B7
Black with #3336B7
Text Example
Text Example
White with #3336B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3336B7; }
p { color: rgb(51,54,183); }
H1.HeaderClassName
{
color: #3336B7;
}
.AnyTagClassName
{
color: #3336B7;
}
</style>
background-color css
<style>
a { background-color: #3336B7; }
a { background-color: rgb(51,54,183); }
div.DivClassName
{
background-color: #3336B7;
}
.BgClassName
{
background-color: #3336B7;
}
</style>
border-color css
<style>
span { border-color: #3336B7; }
span { border-color: rgb(51,54,183); }
td.TdClassName
{
border-color: #3336B7;
}
.TagClassName
{
border-color: #3336B7;
}
</style>