Shades of Persian Blue #2243CC
Tints of Persian Blue #2243CC
RGB
CMYK
RGB Variations
Color information
#2243CC (or 0x2243CC) is known color: Persian Blue. HEX triplet: 22, 43 and CC. RGB value is (34,67,204). Sum of RGB (Red+Green+Blue) = 34+67+204=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #2243CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2243CC is #DDBC33. Grayscale: #484848. Windows color (decimal): -14531636 or 13386530. OLE color: 13386530.
HSL color Cylindrical-coordinate representation of color #2243CC: hue angle of 228.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2243CC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 67 | 204 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.2 |
| HSL | 228.35º | 0.71% | 0.47% | - |
| HSV(B) | 228.35º | 0.83% | 0.8% | - |
| XYZ | 13.57 | 8.71 | 58.09 | - |
| YUV | 72.75 | 202.07 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 204 | 0.83 | 0.67 | 0 | 0.2 | 228.35 | 0.71 | 0.47 |
| Hex | 22 | 43 | CC | 53 | 43 | 0 | 14 | E4 | 47 | 2F |
| Octal | 42 | 103 | 314 | 123 | 103 | 0 | 24 | 344 | 107 | 57 |
| Binary | 100010 | 1000011 | 11001100 | 1010011 | 1000011 | 0 | 10100 | 11100100 | 1000111 | 101111 |
Color Harmonies of #2243CC
Complementary color
Monochromatic Colors of #2243CC
Black with #2243CC
Text Example
Text Example
White with #2243CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2243CC; }
p { color: rgb(34,67,204); }
H1.HeaderClassName
{
color: #2243CC;
}
.AnyTagClassName
{
color: #2243CC;
}
</style>
background-color css
<style>
a { background-color: #2243CC; }
a { background-color: rgb(34,67,204); }
div.DivClassName
{
background-color: #2243CC;
}
.BgClassName
{
background-color: #2243CC;
}
</style>
border-color css
<style>
span { border-color: #2243CC; }
span { border-color: rgb(34,67,204); }
td.TdClassName
{
border-color: #2243CC;
}
.TagClassName
{
border-color: #2243CC;
}
</style>