Shades of Persian Blue #223BBA
Tints of Persian Blue #223BBA
RGB
CMYK
RGB Variations
Color information
#223BBA (or 0x223BBA) is known color: Persian Blue. HEX triplet: 22, 3B and BA. RGB value is (34,59,186). Sum of RGB (Red+Green+Blue) = 34+59+186=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #223BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BBA is #DDC445. Grayscale: #414141. Windows color (decimal): -14533702 or 12204834. OLE color: 12204834.
HSL color Cylindrical-coordinate representation of color #223BBA: hue angle of 230.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223BBA is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 59 | 186 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.27 |
| HSL | 230.13º | 0.69% | 0.43% | - |
| HSV(B) | 230.13º | 0.82% | 0.73% | - |
| XYZ | 11.09 | 7.01 | 47.22 | - |
| YUV | 66 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 186 | 0.82 | 0.68 | 0 | 0.27 | 230.13 | 0.69 | 0.43 |
| Hex | 22 | 3B | BA | 52 | 44 | 0 | 1B | E6 | 45 | 2B |
| Octal | 42 | 73 | 272 | 122 | 104 | 0 | 33 | 346 | 105 | 53 |
| Binary | 100010 | 111011 | 10111010 | 1010010 | 1000100 | 0 | 11011 | 11100110 | 1000101 | 101011 |
Color Harmonies of #223BBA
Complementary color
Monochromatic Colors of #223BBA
Black with #223BBA
Text Example
Text Example
White with #223BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BBA; }
p { color: rgb(34,59,186); }
H1.HeaderClassName
{
color: #223BBA;
}
.AnyTagClassName
{
color: #223BBA;
}
</style>
background-color css
<style>
a { background-color: #223BBA; }
a { background-color: rgb(34,59,186); }
div.DivClassName
{
background-color: #223BBA;
}
.BgClassName
{
background-color: #223BBA;
}
</style>
border-color css
<style>
span { border-color: #223BBA; }
span { border-color: rgb(34,59,186); }
td.TdClassName
{
border-color: #223BBA;
}
.TagClassName
{
border-color: #223BBA;
}
</style>