Shades of Persian Blue #2336BA
Tints of Persian Blue #2336BA
RGB
CMYK
RGB Variations
Color information
#2336BA (or 0x2336BA) is known color: Persian Blue. HEX triplet: 23, 36 and BA. RGB value is (35,54,186). Sum of RGB (Red+Green+Blue) = 35+54+186=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2336BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2336BA is #DCC945. Grayscale: #3E3E3E. Windows color (decimal): -14469446 or 12203555. OLE color: 12203555.
HSL color Cylindrical-coordinate representation of color #2336BA: hue angle of 232.45º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2336BA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 54 | 186 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.27 |
| HSL | 232.45º | 0.68% | 0.43% | - |
| HSV(B) | 232.45º | 0.81% | 0.73% | - |
| XYZ | 10.88 | 6.54 | 47.14 | - |
| YUV | 63.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 186 | 0.81 | 0.71 | 0 | 0.27 | 232.45 | 0.68 | 0.43 |
| Hex | 23 | 36 | BA | 51 | 47 | 0 | 1B | E8 | 44 | 2B |
| Octal | 43 | 66 | 272 | 121 | 107 | 0 | 33 | 350 | 104 | 53 |
| Binary | 100011 | 110110 | 10111010 | 1010001 | 1000111 | 0 | 11011 | 11101000 | 1000100 | 101011 |
Color Harmonies of #2336BA
Complementary color
Monochromatic Colors of #2336BA
Black with #2336BA
Text Example
Text Example
White with #2336BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2336BA; }
p { color: rgb(35,54,186); }
H1.HeaderClassName
{
color: #2336BA;
}
.AnyTagClassName
{
color: #2336BA;
}
</style>
background-color css
<style>
a { background-color: #2336BA; }
a { background-color: rgb(35,54,186); }
div.DivClassName
{
background-color: #2336BA;
}
.BgClassName
{
background-color: #2336BA;
}
</style>
border-color css
<style>
span { border-color: #2336BA; }
span { border-color: rgb(35,54,186); }
td.TdClassName
{
border-color: #2336BA;
}
.TagClassName
{
border-color: #2336BA;
}
</style>