Shades of Persian Blue #2233AF
Tints of Persian Blue #2233AF
RGB
CMYK
RGB Variations
Color information
#2233AF (or 0x2233AF) is known color: Persian Blue. HEX triplet: 22, 33 and AF. RGB value is (34,51,175). Sum of RGB (Red+Green+Blue) = 34+51+175=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #2233AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2233AF is #DDCC50. Grayscale: #3B3B3B. Windows color (decimal): -14535761 or 11481890. OLE color: 11481890.
HSL color Cylindrical-coordinate representation of color #2233AF: hue angle of 232.77º 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 #2233AF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 51 | 175 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.31 |
| HSL | 232.77º | 0.67% | 0.41% | - |
| HSV(B) | 232.77º | 0.81% | 0.69% | - |
| XYZ | 9.58 | 5.8 | 41.17 | - |
| YUV | 60.05 | 192.87 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 175 | 0.81 | 0.71 | 0 | 0.31 | 232.77 | 0.67 | 0.41 |
| Hex | 22 | 33 | AF | 51 | 47 | 0 | 1F | E9 | 43 | 29 |
| Octal | 42 | 63 | 257 | 121 | 107 | 0 | 37 | 351 | 103 | 51 |
| Binary | 100010 | 110011 | 10101111 | 1010001 | 1000111 | 0 | 11111 | 11101001 | 1000011 | 101001 |
Color Harmonies of #2233AF
Complementary color
Monochromatic Colors of #2233AF
Black with #2233AF
Text Example
Text Example
White with #2233AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2233AF; }
p { color: rgb(34,51,175); }
H1.HeaderClassName
{
color: #2233AF;
}
.AnyTagClassName
{
color: #2233AF;
}
</style>
background-color css
<style>
a { background-color: #2233AF; }
a { background-color: rgb(34,51,175); }
div.DivClassName
{
background-color: #2233AF;
}
.BgClassName
{
background-color: #2233AF;
}
</style>
border-color css
<style>
span { border-color: #2233AF; }
span { border-color: rgb(34,51,175); }
td.TdClassName
{
border-color: #2233AF;
}
.TagClassName
{
border-color: #2233AF;
}
</style>