Shades of Persian Blue #223BC6
Tints of Persian Blue #223BC6
RGB
CMYK
RGB Variations
Color information
#223BC6 (or 0x223BC6) is known color: Persian Blue. HEX triplet: 22, 3B and C6. RGB value is (34,59,198). Sum of RGB (Red+Green+Blue) = 34+59+198=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 198 (77.73% from 255 or 68.04% from 291); Max value from RGB is 198 - color contains mainly: blue. Hex color #223BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BC6 is #DDC439. Grayscale: #424242. Windows color (decimal): -14533690 or 12991266. OLE color: 12991266.
HSL color Cylindrical-coordinate representation of color #223BC6: hue angle of 230.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223BC6 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 59 | 198 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.22 |
| HSL | 230.85º | 0.71% | 0.45% | - |
| HSV(B) | 230.85º | 0.83% | 0.78% | - |
| XYZ | 12.42 | 7.55 | 54.23 | - |
| YUV | 67.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 198 | 0.83 | 0.70 | 0 | 0.22 | 230.85 | 0.71 | 0.45 |
| Hex | 22 | 3B | C6 | 53 | 46 | 0 | 16 | E7 | 47 | 2D |
| Octal | 42 | 73 | 306 | 123 | 106 | 0 | 26 | 347 | 107 | 55 |
| Binary | 100010 | 111011 | 11000110 | 1010011 | 1000110 | 0 | 10110 | 11100111 | 1000111 | 101101 |
Color Harmonies of #223BC6
Complementary color
Monochromatic Colors of #223BC6
Black with #223BC6
Text Example
Text Example
White with #223BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BC6; }
p { color: rgb(34,59,198); }
H1.HeaderClassName
{
color: #223BC6;
}
.AnyTagClassName
{
color: #223BC6;
}
</style>
background-color css
<style>
a { background-color: #223BC6; }
a { background-color: rgb(34,59,198); }
div.DivClassName
{
background-color: #223BC6;
}
.BgClassName
{
background-color: #223BC6;
}
</style>
border-color css
<style>
span { border-color: #223BC6; }
span { border-color: rgb(34,59,198); }
td.TdClassName
{
border-color: #223BC6;
}
.TagClassName
{
border-color: #223BC6;
}
</style>