Shades of Persian Blue #223DCB
Tints of Persian Blue #223DCB
RGB
CMYK
RGB Variations
Color information
#223DCB (or 0x223DCB) is known color: Persian Blue. HEX triplet: 22, 3D and CB. RGB value is (34,61,203). Sum of RGB (Red+Green+Blue) = 34+61+203=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #223DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DCB is #DDC234. Grayscale: #444444. Windows color (decimal): -14533173 or 13319458. OLE color: 13319458.
HSL color Cylindrical-coordinate representation of color #223DCB: hue angle of 230.41º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223DCB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 61 | 203 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.20 |
| HSL | 230.41º | 0.71% | 0.46% | - |
| HSV(B) | 230.41º | 0.83% | 0.8% | - |
| XYZ | 13.11 | 7.99 | 57.35 | - |
| YUV | 69.12 | 203.55 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 203 | 0.83 | 0.70 | 0 | 0.20 | 230.41 | 0.71 | 0.46 |
| Hex | 22 | 3D | CB | 53 | 46 | 0 | 14 | E6 | 47 | 2E |
| Octal | 42 | 75 | 313 | 123 | 106 | 0 | 24 | 346 | 107 | 56 |
| Binary | 100010 | 111101 | 11001011 | 1010011 | 1000110 | 0 | 10100 | 11100110 | 1000111 | 101110 |
Color Harmonies of #223DCB
Complementary color
Monochromatic Colors of #223DCB
Black with #223DCB
Text Example
Text Example
White with #223DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DCB; }
p { color: rgb(34,61,203); }
H1.HeaderClassName
{
color: #223DCB;
}
.AnyTagClassName
{
color: #223DCB;
}
</style>
background-color css
<style>
a { background-color: #223DCB; }
a { background-color: rgb(34,61,203); }
div.DivClassName
{
background-color: #223DCB;
}
.BgClassName
{
background-color: #223DCB;
}
</style>
border-color css
<style>
span { border-color: #223DCB; }
span { border-color: rgb(34,61,203); }
td.TdClassName
{
border-color: #223DCB;
}
.TagClassName
{
border-color: #223DCB;
}
</style>