Shades of Persian Blue #232ADC
Tints of Persian Blue #232ADC
RGB
CMYK
RGB Variations
Color information
#232ADC (or 0x232ADC) is known color: Persian Blue. HEX triplet: 23, 2A and DC. RGB value is (35,42,220). Sum of RGB (Red+Green+Blue) = 35+42+220=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #232ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ADC is #DCD523. Grayscale: #3B3B3B. Windows color (decimal): -14472484 or 14428707. OLE color: 14428707.
HSL color Cylindrical-coordinate representation of color #232ADC: hue angle of 237.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232ADC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 42 | 220 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.14 |
| HSL | 237.73º | 0.73% | 0.5% | - |
| HSV(B) | 237.73º | 0.84% | 0.86% | - |
| XYZ | 14.44 | 7.18 | 68.34 | - |
| YUV | 60.2 | 218.18 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 220 | 0.84 | 0.81 | 0 | 0.14 | 237.73 | 0.73 | 0.5 |
| Hex | 23 | 2A | DC | 54 | 51 | 0 | E | EE | 49 | 32 |
| Octal | 43 | 52 | 334 | 124 | 121 | 0 | 16 | 356 | 111 | 62 |
| Binary | 100011 | 101010 | 11011100 | 1010100 | 1010001 | 0 | 1110 | 11101110 | 1001001 | 110010 |
Color Harmonies of #232ADC
Complementary color
Monochromatic Colors of #232ADC
Black with #232ADC
Text Example
Text Example
White with #232ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ADC; }
p { color: rgb(35,42,220); }
H1.HeaderClassName
{
color: #232ADC;
}
.AnyTagClassName
{
color: #232ADC;
}
</style>
background-color css
<style>
a { background-color: #232ADC; }
a { background-color: rgb(35,42,220); }
div.DivClassName
{
background-color: #232ADC;
}
.BgClassName
{
background-color: #232ADC;
}
</style>
border-color css
<style>
span { border-color: #232ADC; }
span { border-color: rgb(35,42,220); }
td.TdClassName
{
border-color: #232ADC;
}
.TagClassName
{
border-color: #232ADC;
}
</style>