Shades of Persian Blue #3338B7
Tints of Persian Blue #3338B7
RGB
CMYK
RGB Variations
Color information
#3338B7 (or 0x3338B7) is known color: Persian Blue. HEX triplet: 33, 38 and B7. RGB value is (51,56,183). Sum of RGB (Red+Green+Blue) = 51+56+183=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 183 (71.88% from 255 or 63.10% from 290); Max value from RGB is 183 - color contains mainly: blue. Hex color #3338B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338B7 is #CCC748. Grayscale: #444444. Windows color (decimal): -13420361 or 12007475. OLE color: 12007475.
HSL color Cylindrical-coordinate representation of color #3338B7: hue angle of 237.73º 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 #3338B7 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 56 | 183 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.28 |
| HSL | 237.73º | 0.56% | 0.46% | - |
| HSV(B) | 237.73º | 0.72% | 0.72% | - |
| XYZ | 11.33 | 6.95 | 45.54 | - |
| YUV | 68.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 183 | 0.72 | 0.69 | 0 | 0.28 | 237.73 | 0.56 | 0.46 |
| Hex | 33 | 38 | B7 | 48 | 45 | 0 | 1C | EE | 38 | 2E |
| Octal | 63 | 70 | 267 | 110 | 105 | 0 | 34 | 356 | 70 | 56 |
| Binary | 110011 | 111000 | 10110111 | 1001000 | 1000101 | 0 | 11100 | 11101110 | 111000 | 101110 |
Color Harmonies of #3338B7
Complementary color
Monochromatic Colors of #3338B7
Black with #3338B7
Text Example
Text Example
White with #3338B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338B7; }
p { color: rgb(51,56,183); }
H1.HeaderClassName
{
color: #3338B7;
}
.AnyTagClassName
{
color: #3338B7;
}
</style>
background-color css
<style>
a { background-color: #3338B7; }
a { background-color: rgb(51,56,183); }
div.DivClassName
{
background-color: #3338B7;
}
.BgClassName
{
background-color: #3338B7;
}
</style>
border-color css
<style>
span { border-color: #3338B7; }
span { border-color: rgb(51,56,183); }
td.TdClassName
{
border-color: #3338B7;
}
.TagClassName
{
border-color: #3338B7;
}
</style>