Shades of Persian Blue #223DBC
Tints of Persian Blue #223DBC
RGB
CMYK
RGB Variations
Color information
#223DBC (or 0x223DBC) is known color: Persian Blue. HEX triplet: 22, 3D and BC. RGB value is (34,61,188). Sum of RGB (Red+Green+Blue) = 34+61+188=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #223DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DBC is #DDC243. Grayscale: #424242. Windows color (decimal): -14533188 or 12336418. OLE color: 12336418.
HSL color Cylindrical-coordinate representation of color #223DBC: hue angle of 229.48º 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 #223DBC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 61 | 188 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.26 |
| HSL | 229.48º | 0.69% | 0.44% | - |
| HSV(B) | 229.48º | 0.82% | 0.74% | - |
| XYZ | 11.41 | 7.31 | 48.39 | - |
| YUV | 67.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 188 | 0.82 | 0.68 | 0 | 0.26 | 229.48 | 0.69 | 0.44 |
| Hex | 22 | 3D | BC | 52 | 44 | 0 | 1A | E5 | 45 | 2C |
| Octal | 42 | 75 | 274 | 122 | 104 | 0 | 32 | 345 | 105 | 54 |
| Binary | 100010 | 111101 | 10111100 | 1010010 | 1000100 | 0 | 11010 | 11100101 | 1000101 | 101100 |
Color Harmonies of #223DBC
Complementary color
Monochromatic Colors of #223DBC
Black with #223DBC
Text Example
Text Example
White with #223DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DBC; }
p { color: rgb(34,61,188); }
H1.HeaderClassName
{
color: #223DBC;
}
.AnyTagClassName
{
color: #223DBC;
}
</style>
background-color css
<style>
a { background-color: #223DBC; }
a { background-color: rgb(34,61,188); }
div.DivClassName
{
background-color: #223DBC;
}
.BgClassName
{
background-color: #223DBC;
}
</style>
border-color css
<style>
span { border-color: #223DBC; }
span { border-color: rgb(34,61,188); }
td.TdClassName
{
border-color: #223DBC;
}
.TagClassName
{
border-color: #223DBC;
}
</style>