Shades of Persian Blue #3338AF
Tints of Persian Blue #3338AF
RGB
CMYK
RGB Variations
Color information
#3338AF (or 0x3338AF) is known color: Persian Blue. HEX triplet: 33, 38 and AF. RGB value is (51,56,175). Sum of RGB (Red+Green+Blue) = 51+56+175=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #3338AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3338AF is #CCC750. Grayscale: #434343. Windows color (decimal): -13420369 or 11483187. OLE color: 11483187.
HSL color Cylindrical-coordinate representation of color #3338AF: hue angle of 237.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3338AF is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 56 | 175 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.31 |
| HSL | 237.58º | 0.55% | 0.44% | - |
| HSV(B) | 237.58º | 0.71% | 0.69% | - |
| XYZ | 10.52 | 6.63 | 41.28 | - |
| YUV | 68.07 | 188.34 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 175 | 0.71 | 0.68 | 0 | 0.31 | 237.58 | 0.55 | 0.44 |
| Hex | 33 | 38 | AF | 47 | 44 | 0 | 1F | EE | 37 | 2C |
| Octal | 63 | 70 | 257 | 107 | 104 | 0 | 37 | 356 | 67 | 54 |
| Binary | 110011 | 111000 | 10101111 | 1000111 | 1000100 | 0 | 11111 | 11101110 | 110111 | 101100 |
Color Harmonies of #3338AF
Complementary color
Monochromatic Colors of #3338AF
Black with #3338AF
Text Example
Text Example
White with #3338AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338AF; }
p { color: rgb(51,56,175); }
H1.HeaderClassName
{
color: #3338AF;
}
.AnyTagClassName
{
color: #3338AF;
}
</style>
background-color css
<style>
a { background-color: #3338AF; }
a { background-color: rgb(51,56,175); }
div.DivClassName
{
background-color: #3338AF;
}
.BgClassName
{
background-color: #3338AF;
}
</style>
border-color css
<style>
span { border-color: #3338AF; }
span { border-color: rgb(51,56,175); }
td.TdClassName
{
border-color: #3338AF;
}
.TagClassName
{
border-color: #3338AF;
}
</style>