Shades of Persian Blue #223FB8
Tints of Persian Blue #223FB8
RGB
CMYK
RGB Variations
Color information
#223FB8 (or 0x223FB8) is known color: Persian Blue. HEX triplet: 22, 3F and B8. RGB value is (34,63,184). Sum of RGB (Red+Green+Blue) = 34+63+184=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 184 (72.27% from 255 or 65.48% from 281); Max value from RGB is 184 - color contains mainly: blue. Hex color #223FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FB8 is #DDC047. Grayscale: #434343. Windows color (decimal): -14532680 or 12074786. OLE color: 12074786.
HSL color Cylindrical-coordinate representation of color #223FB8: hue angle of 228.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223FB8 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 63 | 184 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.28 |
| HSL | 228.4º | 0.69% | 0.43% | - |
| HSV(B) | 228.4º | 0.82% | 0.72% | - |
| XYZ | 11.09 | 7.36 | 46.18 | - |
| YUV | 68.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 184 | 0.82 | 0.66 | 0 | 0.28 | 228.4 | 0.69 | 0.43 |
| Hex | 22 | 3F | B8 | 52 | 42 | 0 | 1C | E4 | 45 | 2B |
| Octal | 42 | 77 | 270 | 122 | 102 | 0 | 34 | 344 | 105 | 53 |
| Binary | 100010 | 111111 | 10111000 | 1010010 | 1000010 | 0 | 11100 | 11100100 | 1000101 | 101011 |
Color Harmonies of #223FB8
Complementary color
Monochromatic Colors of #223FB8
Black with #223FB8
Text Example
Text Example
White with #223FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FB8; }
p { color: rgb(34,63,184); }
H1.HeaderClassName
{
color: #223FB8;
}
.AnyTagClassName
{
color: #223FB8;
}
</style>
background-color css
<style>
a { background-color: #223FB8; }
a { background-color: rgb(34,63,184); }
div.DivClassName
{
background-color: #223FB8;
}
.BgClassName
{
background-color: #223FB8;
}
</style>
border-color css
<style>
span { border-color: #223FB8; }
span { border-color: rgb(34,63,184); }
td.TdClassName
{
border-color: #223FB8;
}
.TagClassName
{
border-color: #223FB8;
}
</style>