Shades of Persian Blue #2233BF
Tints of Persian Blue #2233BF
RGB
CMYK
RGB Variations
Color information
#2233BF (or 0x2233BF) is known color: Persian Blue. HEX triplet: 22, 33 and BF. RGB value is (34,51,191). Sum of RGB (Red+Green+Blue) = 34+51+191=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #2233BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2233BF is #DDCC40. Grayscale: #3D3D3D. Windows color (decimal): -14535745 or 12530466. OLE color: 12530466.
HSL color Cylindrical-coordinate representation of color #2233BF: hue angle of 233.5º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2233BF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 51 | 191 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.25 |
| HSL | 233.5º | 0.7% | 0.44% | - |
| HSV(B) | 233.5º | 0.82% | 0.75% | - |
| XYZ | 11.25 | 6.47 | 49.95 | - |
| YUV | 61.88 | 200.87 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 191 | 0.82 | 0.73 | 0 | 0.25 | 233.5 | 0.7 | 0.44 |
| Hex | 22 | 33 | BF | 52 | 49 | 0 | 19 | EA | 46 | 2C |
| Octal | 42 | 63 | 277 | 122 | 111 | 0 | 31 | 352 | 106 | 54 |
| Binary | 100010 | 110011 | 10111111 | 1010010 | 1001001 | 0 | 11001 | 11101010 | 1000110 | 101100 |
Color Harmonies of #2233BF
Complementary color
Monochromatic Colors of #2233BF
Black with #2233BF
Text Example
Text Example
White with #2233BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2233BF; }
p { color: rgb(34,51,191); }
H1.HeaderClassName
{
color: #2233BF;
}
.AnyTagClassName
{
color: #2233BF;
}
</style>
background-color css
<style>
a { background-color: #2233BF; }
a { background-color: rgb(34,51,191); }
div.DivClassName
{
background-color: #2233BF;
}
.BgClassName
{
background-color: #2233BF;
}
</style>
border-color css
<style>
span { border-color: #2233BF; }
span { border-color: rgb(34,51,191); }
td.TdClassName
{
border-color: #2233BF;
}
.TagClassName
{
border-color: #2233BF;
}
</style>