Shades of Persian Blue #2338BA
Tints of Persian Blue #2338BA
RGB
CMYK
RGB Variations
Color information
#2338BA (or 0x2338BA) is known color: Persian Blue. HEX triplet: 23, 38 and BA. RGB value is (35,56,186). Sum of RGB (Red+Green+Blue) = 35+56+186=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #2338BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338BA is #DCC745. Grayscale: #404040. Windows color (decimal): -14468934 or 12204067. OLE color: 12204067.
HSL color Cylindrical-coordinate representation of color #2338BA: hue angle of 231.66º 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 #2338BA is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 56 | 186 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.27 |
| HSL | 231.66º | 0.68% | 0.43% | - |
| HSV(B) | 231.66º | 0.81% | 0.73% | - |
| XYZ | 10.97 | 6.73 | 47.18 | - |
| YUV | 64.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 186 | 0.81 | 0.70 | 0 | 0.27 | 231.66 | 0.68 | 0.43 |
| Hex | 23 | 38 | BA | 51 | 46 | 0 | 1B | E8 | 44 | 2B |
| Octal | 43 | 70 | 272 | 121 | 106 | 0 | 33 | 350 | 104 | 53 |
| Binary | 100011 | 111000 | 10111010 | 1010001 | 1000110 | 0 | 11011 | 11101000 | 1000100 | 101011 |
Color Harmonies of #2338BA
Complementary color
Monochromatic Colors of #2338BA
Black with #2338BA
Text Example
Text Example
White with #2338BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338BA; }
p { color: rgb(35,56,186); }
H1.HeaderClassName
{
color: #2338BA;
}
.AnyTagClassName
{
color: #2338BA;
}
</style>
background-color css
<style>
a { background-color: #2338BA; }
a { background-color: rgb(35,56,186); }
div.DivClassName
{
background-color: #2338BA;
}
.BgClassName
{
background-color: #2338BA;
}
</style>
border-color css
<style>
span { border-color: #2338BA; }
span { border-color: rgb(35,56,186); }
td.TdClassName
{
border-color: #2338BA;
}
.TagClassName
{
border-color: #2338BA;
}
</style>