Shades of Persian Blue #223CAF
Tints of Persian Blue #223CAF
RGB
CMYK
RGB Variations
Color information
#223CAF (or 0x223CAF) is known color: Persian Blue. HEX triplet: 22, 3C and AF. RGB value is (34,60,175). Sum of RGB (Red+Green+Blue) = 34+60+175=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #223CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223CAF is #DDC350. Grayscale: #404040. Windows color (decimal): -14533457 or 11484194. OLE color: 11484194.
HSL color Cylindrical-coordinate representation of color #223CAF: hue angle of 228.94º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223CAF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 60 | 175 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.31 |
| HSL | 228.94º | 0.67% | 0.41% | - |
| HSV(B) | 228.94º | 0.81% | 0.69% | - |
| XYZ | 10.01 | 6.67 | 41.32 | - |
| YUV | 65.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 175 | 0.81 | 0.66 | 0 | 0.31 | 228.94 | 0.67 | 0.41 |
| Hex | 22 | 3C | AF | 51 | 42 | 0 | 1F | E5 | 43 | 29 |
| Octal | 42 | 74 | 257 | 121 | 102 | 0 | 37 | 345 | 103 | 51 |
| Binary | 100010 | 111100 | 10101111 | 1010001 | 1000010 | 0 | 11111 | 11100101 | 1000011 | 101001 |
Color Harmonies of #223CAF
Complementary color
Monochromatic Colors of #223CAF
Black with #223CAF
Text Example
Text Example
White with #223CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CAF; }
p { color: rgb(34,60,175); }
H1.HeaderClassName
{
color: #223CAF;
}
.AnyTagClassName
{
color: #223CAF;
}
</style>
background-color css
<style>
a { background-color: #223CAF; }
a { background-color: rgb(34,60,175); }
div.DivClassName
{
background-color: #223CAF;
}
.BgClassName
{
background-color: #223CAF;
}
</style>
border-color css
<style>
span { border-color: #223CAF; }
span { border-color: rgb(34,60,175); }
td.TdClassName
{
border-color: #223CAF;
}
.TagClassName
{
border-color: #223CAF;
}
</style>