Shades of Persian Blue #223BC3
Tints of Persian Blue #223BC3
RGB
CMYK
RGB Variations
Color information
#223BC3 (or 0x223BC3) is known color: Persian Blue. HEX triplet: 22, 3B and C3. RGB value is (34,59,195). Sum of RGB (Red+Green+Blue) = 34+59+195=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #223BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BC3 is #DDC43C. Grayscale: #424242. Windows color (decimal): -14533693 or 12794658. OLE color: 12794658.
HSL color Cylindrical-coordinate representation of color #223BC3: hue angle of 230.68º 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 #223BC3 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 59 | 195 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.24 |
| HSL | 230.68º | 0.7% | 0.45% | - |
| HSV(B) | 230.68º | 0.83% | 0.76% | - |
| XYZ | 12.07 | 7.41 | 52.42 | - |
| YUV | 67.03 | 200.22 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 195 | 0.83 | 0.70 | 0 | 0.24 | 230.68 | 0.7 | 0.45 |
| Hex | 22 | 3B | C3 | 53 | 46 | 0 | 18 | E7 | 46 | 2D |
| Octal | 42 | 73 | 303 | 123 | 106 | 0 | 30 | 347 | 106 | 55 |
| Binary | 100010 | 111011 | 11000011 | 1010011 | 1000110 | 0 | 11000 | 11100111 | 1000110 | 101101 |
Color Harmonies of #223BC3
Complementary color
Monochromatic Colors of #223BC3
Black with #223BC3
Text Example
Text Example
White with #223BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BC3; }
p { color: rgb(34,59,195); }
H1.HeaderClassName
{
color: #223BC3;
}
.AnyTagClassName
{
color: #223BC3;
}
</style>
background-color css
<style>
a { background-color: #223BC3; }
a { background-color: rgb(34,59,195); }
div.DivClassName
{
background-color: #223BC3;
}
.BgClassName
{
background-color: #223BC3;
}
</style>
border-color css
<style>
span { border-color: #223BC3; }
span { border-color: rgb(34,59,195); }
td.TdClassName
{
border-color: #223BC3;
}
.TagClassName
{
border-color: #223BC3;
}
</style>