Shades of Persian Blue #223BBD
Tints of Persian Blue #223BBD
RGB
CMYK
RGB Variations
Color information
#223BBD (or 0x223BBD) is known color: Persian Blue. HEX triplet: 22, 3B and BD. RGB value is (34,59,189). Sum of RGB (Red+Green+Blue) = 34+59+189=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #223BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BBD is #DDC442. Grayscale: #414141. Windows color (decimal): -14533699 or 12401442. OLE color: 12401442.
HSL color Cylindrical-coordinate representation of color #223BBD: hue angle of 230.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223BBD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 59 | 189 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.26 |
| HSL | 230.32º | 0.7% | 0.44% | - |
| HSV(B) | 230.32º | 0.82% | 0.74% | - |
| XYZ | 11.41 | 7.14 | 48.92 | - |
| YUV | 66.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 189 | 0.82 | 0.69 | 0 | 0.26 | 230.32 | 0.7 | 0.44 |
| Hex | 22 | 3B | BD | 52 | 45 | 0 | 1A | E6 | 46 | 2C |
| Octal | 42 | 73 | 275 | 122 | 105 | 0 | 32 | 346 | 106 | 54 |
| Binary | 100010 | 111011 | 10111101 | 1010010 | 1000101 | 0 | 11010 | 11100110 | 1000110 | 101100 |
Color Harmonies of #223BBD
Complementary color
Monochromatic Colors of #223BBD
Black with #223BBD
Text Example
Text Example
White with #223BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BBD; }
p { color: rgb(34,59,189); }
H1.HeaderClassName
{
color: #223BBD;
}
.AnyTagClassName
{
color: #223BBD;
}
</style>
background-color css
<style>
a { background-color: #223BBD; }
a { background-color: rgb(34,59,189); }
div.DivClassName
{
background-color: #223BBD;
}
.BgClassName
{
background-color: #223BBD;
}
</style>
border-color css
<style>
span { border-color: #223BBD; }
span { border-color: rgb(34,59,189); }
td.TdClassName
{
border-color: #223BBD;
}
.TagClassName
{
border-color: #223BBD;
}
</style>