Shades of Persian Blue #223FC3
Tints of Persian Blue #223FC3
RGB
CMYK
RGB Variations
Color information
#223FC3 (or 0x223FC3) is known color: Persian Blue. HEX triplet: 22, 3F and C3. RGB value is (34,63,195). Sum of RGB (Red+Green+Blue) = 34+63+195=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #223FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FC3 is #DDC03C. Grayscale: #444444. Windows color (decimal): -14532669 or 12795682. OLE color: 12795682.
HSL color Cylindrical-coordinate representation of color #223FC3: hue angle of 229.19º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223FC3 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 63 | 195 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.24 |
| HSL | 229.19º | 0.7% | 0.45% | - |
| HSV(B) | 229.19º | 0.83% | 0.76% | - |
| XYZ | 12.29 | 7.84 | 52.49 | - |
| YUV | 69.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 195 | 0.83 | 0.68 | 0 | 0.24 | 229.19 | 0.7 | 0.45 |
| Hex | 22 | 3F | C3 | 53 | 44 | 0 | 18 | E5 | 46 | 2D |
| Octal | 42 | 77 | 303 | 123 | 104 | 0 | 30 | 345 | 106 | 55 |
| Binary | 100010 | 111111 | 11000011 | 1010011 | 1000100 | 0 | 11000 | 11100101 | 1000110 | 101101 |
Color Harmonies of #223FC3
Complementary color
Monochromatic Colors of #223FC3
Black with #223FC3
Text Example
Text Example
White with #223FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FC3; }
p { color: rgb(34,63,195); }
H1.HeaderClassName
{
color: #223FC3;
}
.AnyTagClassName
{
color: #223FC3;
}
</style>
background-color css
<style>
a { background-color: #223FC3; }
a { background-color: rgb(34,63,195); }
div.DivClassName
{
background-color: #223FC3;
}
.BgClassName
{
background-color: #223FC3;
}
</style>
border-color css
<style>
span { border-color: #223FC3; }
span { border-color: rgb(34,63,195); }
td.TdClassName
{
border-color: #223FC3;
}
.TagClassName
{
border-color: #223FC3;
}
</style>