Shades of Persian Blue #232ADA
Tints of Persian Blue #232ADA
RGB
CMYK
RGB Variations
Color information
#232ADA (or 0x232ADA) is known color: Persian Blue. HEX triplet: 23, 2A and DA. RGB value is (35,42,218). Sum of RGB (Red+Green+Blue) = 35+42+218=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #232ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ADA is #DCD525. Grayscale: #3B3B3B. Windows color (decimal): -14472486 or 14297635. OLE color: 14297635.
HSL color Cylindrical-coordinate representation of color #232ADA: hue angle of 237.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232ADA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 42 | 218 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.15 |
| HSL | 237.7º | 0.72% | 0.5% | - |
| HSV(B) | 237.7º | 0.84% | 0.85% | - |
| XYZ | 14.18 | 7.08 | 66.95 | - |
| YUV | 59.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 218 | 0.84 | 0.81 | 0 | 0.15 | 237.7 | 0.72 | 0.5 |
| Hex | 23 | 2A | DA | 54 | 51 | 0 | F | EE | 48 | 32 |
| Octal | 43 | 52 | 332 | 124 | 121 | 0 | 17 | 356 | 110 | 62 |
| Binary | 100011 | 101010 | 11011010 | 1010100 | 1010001 | 0 | 1111 | 11101110 | 1001000 | 110010 |
Color Harmonies of #232ADA
Complementary color
Monochromatic Colors of #232ADA
Black with #232ADA
Text Example
Text Example
White with #232ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ADA; }
p { color: rgb(35,42,218); }
H1.HeaderClassName
{
color: #232ADA;
}
.AnyTagClassName
{
color: #232ADA;
}
</style>
background-color css
<style>
a { background-color: #232ADA; }
a { background-color: rgb(35,42,218); }
div.DivClassName
{
background-color: #232ADA;
}
.BgClassName
{
background-color: #232ADA;
}
</style>
border-color css
<style>
span { border-color: #232ADA; }
span { border-color: rgb(35,42,218); }
td.TdClassName
{
border-color: #232ADA;
}
.TagClassName
{
border-color: #232ADA;
}
</style>