Shades of Persian Blue #233ADE
Tints of Persian Blue #233ADE
RGB
CMYK
RGB Variations
Color information
#233ADE (or 0x233ADE) is known color: Persian Blue. HEX triplet: 23, 3A and DE. RGB value is (35,58,222). Sum of RGB (Red+Green+Blue) = 35+58+222=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #233ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ADE is #DCC521. Grayscale: #454545. Windows color (decimal): -14468386 or 14563875. OLE color: 14563875.
HSL color Cylindrical-coordinate representation of color #233ADE: hue angle of 232.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233ADE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 58 | 222 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.13 |
| HSL | 232.62º | 0.74% | 0.5% | - |
| HSV(B) | 232.62º | 0.84% | 0.87% | - |
| XYZ | 15.39 | 8.66 | 69.97 | - |
| YUV | 69.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 222 | 0.84 | 0.74 | 0 | 0.13 | 232.62 | 0.74 | 0.5 |
| Hex | 23 | 3A | DE | 54 | 4A | 0 | D | E9 | 4A | 32 |
| Octal | 43 | 72 | 336 | 124 | 112 | 0 | 15 | 351 | 112 | 62 |
| Binary | 100011 | 111010 | 11011110 | 1010100 | 1001010 | 0 | 1101 | 11101001 | 1001010 | 110010 |
Color Harmonies of #233ADE
Complementary color
Monochromatic Colors of #233ADE
Black with #233ADE
Text Example
Text Example
White with #233ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233ADE; }
p { color: rgb(35,58,222); }
H1.HeaderClassName
{
color: #233ADE;
}
.AnyTagClassName
{
color: #233ADE;
}
</style>
background-color css
<style>
a { background-color: #233ADE; }
a { background-color: rgb(35,58,222); }
div.DivClassName
{
background-color: #233ADE;
}
.BgClassName
{
background-color: #233ADE;
}
</style>
border-color css
<style>
span { border-color: #233ADE; }
span { border-color: rgb(35,58,222); }
td.TdClassName
{
border-color: #233ADE;
}
.TagClassName
{
border-color: #233ADE;
}
</style>