Shades of Persian Blue #3338BA
Tints of Persian Blue #3338BA
RGB
CMYK
RGB Variations
Color information
#3338BA (or 0x3338BA) is known color: Persian Blue. HEX triplet: 33, 38 and BA. RGB value is (51,56,186). Sum of RGB (Red+Green+Blue) = 51+56+186=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #3338BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338BA is #CCC745. Grayscale: #444444. Windows color (decimal): -13420358 or 12204083. OLE color: 12204083.
HSL color Cylindrical-coordinate representation of color #3338BA: hue angle of 237.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3338BA is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 56 | 186 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.27 |
| HSL | 237.78º | 0.57% | 0.46% | - |
| HSV(B) | 237.78º | 0.73% | 0.73% | - |
| XYZ | 11.64 | 7.08 | 47.21 | - |
| YUV | 69.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 186 | 0.73 | 0.70 | 0 | 0.27 | 237.78 | 0.57 | 0.46 |
| Hex | 33 | 38 | BA | 49 | 46 | 0 | 1B | EE | 39 | 2E |
| Octal | 63 | 70 | 272 | 111 | 106 | 0 | 33 | 356 | 71 | 56 |
| Binary | 110011 | 111000 | 10111010 | 1001001 | 1000110 | 0 | 11011 | 11101110 | 111001 | 101110 |
Color Harmonies of #3338BA
Complementary color
Monochromatic Colors of #3338BA
Black with #3338BA
Text Example
Text Example
White with #3338BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338BA; }
p { color: rgb(51,56,186); }
H1.HeaderClassName
{
color: #3338BA;
}
.AnyTagClassName
{
color: #3338BA;
}
</style>
background-color css
<style>
a { background-color: #3338BA; }
a { background-color: rgb(51,56,186); }
div.DivClassName
{
background-color: #3338BA;
}
.BgClassName
{
background-color: #3338BA;
}
</style>
border-color css
<style>
span { border-color: #3338BA; }
span { border-color: rgb(51,56,186); }
td.TdClassName
{
border-color: #3338BA;
}
.TagClassName
{
border-color: #3338BA;
}
</style>