Shades of Persian Blue #223DBB
Tints of Persian Blue #223DBB
RGB
CMYK
RGB Variations
Color information
#223DBB (or 0x223DBB) is known color: Persian Blue. HEX triplet: 22, 3D and BB. RGB value is (34,61,187). Sum of RGB (Red+Green+Blue) = 34+61+187=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #223DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DBB is #DDC244. Grayscale: #424242. Windows color (decimal): -14533189 or 12270882. OLE color: 12270882.
HSL color Cylindrical-coordinate representation of color #223DBB: hue angle of 229.41º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223DBB is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 61 | 187 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.27 |
| HSL | 229.41º | 0.69% | 0.43% | - |
| HSV(B) | 229.41º | 0.82% | 0.73% | - |
| XYZ | 11.3 | 7.27 | 47.82 | - |
| YUV | 67.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 187 | 0.82 | 0.67 | 0 | 0.27 | 229.41 | 0.69 | 0.43 |
| Hex | 22 | 3D | BB | 52 | 43 | 0 | 1B | E5 | 45 | 2B |
| Octal | 42 | 75 | 273 | 122 | 103 | 0 | 33 | 345 | 105 | 53 |
| Binary | 100010 | 111101 | 10111011 | 1010010 | 1000011 | 0 | 11011 | 11100101 | 1000101 | 101011 |
Color Harmonies of #223DBB
Complementary color
Monochromatic Colors of #223DBB
Black with #223DBB
Text Example
Text Example
White with #223DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DBB; }
p { color: rgb(34,61,187); }
H1.HeaderClassName
{
color: #223DBB;
}
.AnyTagClassName
{
color: #223DBB;
}
</style>
background-color css
<style>
a { background-color: #223DBB; }
a { background-color: rgb(34,61,187); }
div.DivClassName
{
background-color: #223DBB;
}
.BgClassName
{
background-color: #223DBB;
}
</style>
border-color css
<style>
span { border-color: #223DBB; }
span { border-color: rgb(34,61,187); }
td.TdClassName
{
border-color: #223DBB;
}
.TagClassName
{
border-color: #223DBB;
}
</style>