Shades of Persian Blue #223DCC
Tints of Persian Blue #223DCC
RGB
CMYK
RGB Variations
Color information
#223DCC (or 0x223DCC) is known color: Persian Blue. HEX triplet: 22, 3D and CC. RGB value is (34,61,204). Sum of RGB (Red+Green+Blue) = 34+61+204=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #223DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DCC is #DDC233. Grayscale: #444444. Windows color (decimal): -14533172 or 13384994. OLE color: 13384994.
HSL color Cylindrical-coordinate representation of color #223DCC: hue angle of 230.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223DCC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 61 | 204 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.2 |
| HSL | 230.47º | 0.71% | 0.47% | - |
| HSV(B) | 230.47º | 0.83% | 0.8% | - |
| XYZ | 13.23 | 8.04 | 57.98 | - |
| YUV | 69.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 204 | 0.83 | 0.70 | 0 | 0.2 | 230.47 | 0.71 | 0.47 |
| Hex | 22 | 3D | CC | 53 | 46 | 0 | 14 | E6 | 47 | 2F |
| Octal | 42 | 75 | 314 | 123 | 106 | 0 | 24 | 346 | 107 | 57 |
| Binary | 100010 | 111101 | 11001100 | 1010011 | 1000110 | 0 | 10100 | 11100110 | 1000111 | 101111 |
Color Harmonies of #223DCC
Complementary color
Monochromatic Colors of #223DCC
Black with #223DCC
Text Example
Text Example
White with #223DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DCC; }
p { color: rgb(34,61,204); }
H1.HeaderClassName
{
color: #223DCC;
}
.AnyTagClassName
{
color: #223DCC;
}
</style>
background-color css
<style>
a { background-color: #223DCC; }
a { background-color: rgb(34,61,204); }
div.DivClassName
{
background-color: #223DCC;
}
.BgClassName
{
background-color: #223DCC;
}
</style>
border-color css
<style>
span { border-color: #223DCC; }
span { border-color: rgb(34,61,204); }
td.TdClassName
{
border-color: #223DCC;
}
.TagClassName
{
border-color: #223DCC;
}
</style>