Shades of Persian Blue #232ADD
Tints of Persian Blue #232ADD
RGB
CMYK
RGB Variations
Color information
#232ADD (or 0x232ADD) is known color: Persian Blue. HEX triplet: 23, 2A and DD. RGB value is (35,42,221). Sum of RGB (Red+Green+Blue) = 35+42+221=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #232ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ADD is #DCD522. Grayscale: #3B3B3B. Windows color (decimal): -14472483 or 14494243. OLE color: 14494243.
HSL color Cylindrical-coordinate representation of color #232ADD: hue angle of 237.74º degrees, saturation: 0.73, 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 #232ADD is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 42 | 221 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.13 |
| HSL | 237.74º | 0.73% | 0.5% | - |
| HSV(B) | 237.74º | 0.84% | 0.87% | - |
| XYZ | 14.57 | 7.23 | 69.03 | - |
| YUV | 60.31 | 218.68 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 221 | 0.84 | 0.81 | 0 | 0.13 | 237.74 | 0.73 | 0.5 |
| Hex | 23 | 2A | DD | 54 | 51 | 0 | D | EE | 49 | 32 |
| Octal | 43 | 52 | 335 | 124 | 121 | 0 | 15 | 356 | 111 | 62 |
| Binary | 100011 | 101010 | 11011101 | 1010100 | 1010001 | 0 | 1101 | 11101110 | 1001001 | 110010 |
Color Harmonies of #232ADD
Complementary color
Monochromatic Colors of #232ADD
Black with #232ADD
Text Example
Text Example
White with #232ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ADD; }
p { color: rgb(35,42,221); }
H1.HeaderClassName
{
color: #232ADD;
}
.AnyTagClassName
{
color: #232ADD;
}
</style>
background-color css
<style>
a { background-color: #232ADD; }
a { background-color: rgb(35,42,221); }
div.DivClassName
{
background-color: #232ADD;
}
.BgClassName
{
background-color: #232ADD;
}
</style>
border-color css
<style>
span { border-color: #232ADD; }
span { border-color: rgb(35,42,221); }
td.TdClassName
{
border-color: #232ADD;
}
.TagClassName
{
border-color: #232ADD;
}
</style>