Shades of Persian Blue #233ACD
Tints of Persian Blue #233ACD
RGB
CMYK
RGB Variations
Color information
#233ACD (or 0x233ACD) is known color: Persian Blue. HEX triplet: 23, 3A and CD. RGB value is (35,58,205). Sum of RGB (Red+Green+Blue) = 35+58+205=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #233ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ACD is #DCC532. Grayscale: #434343. Windows color (decimal): -14468403 or 13449763. OLE color: 13449763.
HSL color Cylindrical-coordinate representation of color #233ACD: hue angle of 231.88º 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 #233ACD is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 58 | 205 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.20 |
| HSL | 231.88º | 0.71% | 0.47% | - |
| HSV(B) | 231.88º | 0.83% | 0.8% | - |
| XYZ | 13.23 | 7.79 | 58.56 | - |
| YUV | 67.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 205 | 0.83 | 0.72 | 0 | 0.20 | 231.88 | 0.71 | 0.47 |
| Hex | 23 | 3A | CD | 53 | 48 | 0 | 14 | E8 | 47 | 2F |
| Octal | 43 | 72 | 315 | 123 | 110 | 0 | 24 | 350 | 107 | 57 |
| Binary | 100011 | 111010 | 11001101 | 1010011 | 1001000 | 0 | 10100 | 11101000 | 1000111 | 101111 |
Color Harmonies of #233ACD
Complementary color
Monochromatic Colors of #233ACD
Black with #233ACD
Text Example
Text Example
White with #233ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233ACD; }
p { color: rgb(35,58,205); }
H1.HeaderClassName
{
color: #233ACD;
}
.AnyTagClassName
{
color: #233ACD;
}
</style>
background-color css
<style>
a { background-color: #233ACD; }
a { background-color: rgb(35,58,205); }
div.DivClassName
{
background-color: #233ACD;
}
.BgClassName
{
background-color: #233ACD;
}
</style>
border-color css
<style>
span { border-color: #233ACD; }
span { border-color: rgb(35,58,205); }
td.TdClassName
{
border-color: #233ACD;
}
.TagClassName
{
border-color: #233ACD;
}
</style>