Shades of Persian Blue #223DC8
Tints of Persian Blue #223DC8
RGB
CMYK
RGB Variations
Color information
#223DC8 (or 0x223DC8) is known color: Persian Blue. HEX triplet: 22, 3D and C8. RGB value is (34,61,200). Sum of RGB (Red+Green+Blue) = 34+61+200=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #223DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DC8 is #DDC237. Grayscale: #444444. Windows color (decimal): -14533176 or 13122850. OLE color: 13122850.
HSL color Cylindrical-coordinate representation of color #223DC8: hue angle of 230.24º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223DC8 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 61 | 200 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.22 |
| HSL | 230.24º | 0.71% | 0.46% | - |
| HSV(B) | 230.24º | 0.83% | 0.78% | - |
| XYZ | 12.75 | 7.85 | 55.49 | - |
| YUV | 68.77 | 202.05 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 200 | 0.83 | 0.69 | 0 | 0.22 | 230.24 | 0.71 | 0.46 |
| Hex | 22 | 3D | C8 | 53 | 45 | 0 | 16 | E6 | 47 | 2E |
| Octal | 42 | 75 | 310 | 123 | 105 | 0 | 26 | 346 | 107 | 56 |
| Binary | 100010 | 111101 | 11001000 | 1010011 | 1000101 | 0 | 10110 | 11100110 | 1000111 | 101110 |
Color Harmonies of #223DC8
Complementary color
Monochromatic Colors of #223DC8
Black with #223DC8
Text Example
Text Example
White with #223DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DC8; }
p { color: rgb(34,61,200); }
H1.HeaderClassName
{
color: #223DC8;
}
.AnyTagClassName
{
color: #223DC8;
}
</style>
background-color css
<style>
a { background-color: #223DC8; }
a { background-color: rgb(34,61,200); }
div.DivClassName
{
background-color: #223DC8;
}
.BgClassName
{
background-color: #223DC8;
}
</style>
border-color css
<style>
span { border-color: #223DC8; }
span { border-color: rgb(34,61,200); }
td.TdClassName
{
border-color: #223DC8;
}
.TagClassName
{
border-color: #223DC8;
}
</style>