Shades of Persian Blue #223ABC
Tints of Persian Blue #223ABC
RGB
CMYK
RGB Variations
Color information
#223ABC (or 0x223ABC) is known color: Persian Blue. HEX triplet: 22, 3A and BC. RGB value is (34,58,188). Sum of RGB (Red+Green+Blue) = 34+58+188=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #223ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ABC is #DDC543. Grayscale: #414141. Windows color (decimal): -14533956 or 12335650. OLE color: 12335650.
HSL color Cylindrical-coordinate representation of color #223ABC: hue angle of 230.65º degrees, saturation: 0.69, 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 #223ABC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 58 | 188 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.26 |
| HSL | 230.65º | 0.69% | 0.44% | - |
| HSV(B) | 230.65º | 0.82% | 0.74% | - |
| XYZ | 11.25 | 7 | 48.33 | - |
| YUV | 65.64 | 197.05 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 188 | 0.82 | 0.69 | 0 | 0.26 | 230.65 | 0.69 | 0.44 |
| Hex | 22 | 3A | BC | 52 | 45 | 0 | 1A | E7 | 45 | 2C |
| Octal | 42 | 72 | 274 | 122 | 105 | 0 | 32 | 347 | 105 | 54 |
| Binary | 100010 | 111010 | 10111100 | 1010010 | 1000101 | 0 | 11010 | 11100111 | 1000101 | 101100 |
Color Harmonies of #223ABC
Complementary color
Monochromatic Colors of #223ABC
Black with #223ABC
Text Example
Text Example
White with #223ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ABC; }
p { color: rgb(34,58,188); }
H1.HeaderClassName
{
color: #223ABC;
}
.AnyTagClassName
{
color: #223ABC;
}
</style>
background-color css
<style>
a { background-color: #223ABC; }
a { background-color: rgb(34,58,188); }
div.DivClassName
{
background-color: #223ABC;
}
.BgClassName
{
background-color: #223ABC;
}
</style>
border-color css
<style>
span { border-color: #223ABC; }
span { border-color: rgb(34,58,188); }
td.TdClassName
{
border-color: #223ABC;
}
.TagClassName
{
border-color: #223ABC;
}
</style>