Shades of Persian Blue #232EC6
Tints of Persian Blue #232EC6
RGB
CMYK
RGB Variations
Color information
#232EC6 (or 0x232EC6) is known color: Persian Blue. HEX triplet: 23, 2E and C6. RGB value is (35,46,198). Sum of RGB (Red+Green+Blue) = 35+46+198=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #232EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EC6 is #DCD139. Grayscale: #3B3B3B. Windows color (decimal): -14471482 or 12987939. OLE color: 12987939.
HSL color Cylindrical-coordinate representation of color #232EC6: hue angle of 235.95º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232EC6 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 46 | 198 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.22 |
| HSL | 235.95º | 0.7% | 0.46% | - |
| HSV(B) | 235.95º | 0.82% | 0.78% | - |
| XYZ | 11.86 | 6.39 | 54.03 | - |
| YUV | 60.04 | 205.86 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 198 | 0.82 | 0.77 | 0 | 0.22 | 235.95 | 0.7 | 0.46 |
| Hex | 23 | 2E | C6 | 52 | 4D | 0 | 16 | EC | 46 | 2E |
| Octal | 43 | 56 | 306 | 122 | 115 | 0 | 26 | 354 | 106 | 56 |
| Binary | 100011 | 101110 | 11000110 | 1010010 | 1001101 | 0 | 10110 | 11101100 | 1000110 | 101110 |
Color Harmonies of #232EC6
Complementary color
Monochromatic Colors of #232EC6
Black with #232EC6
Text Example
Text Example
White with #232EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EC6; }
p { color: rgb(35,46,198); }
H1.HeaderClassName
{
color: #232EC6;
}
.AnyTagClassName
{
color: #232EC6;
}
</style>
background-color css
<style>
a { background-color: #232EC6; }
a { background-color: rgb(35,46,198); }
div.DivClassName
{
background-color: #232EC6;
}
.BgClassName
{
background-color: #232EC6;
}
</style>
border-color css
<style>
span { border-color: #232EC6; }
span { border-color: rgb(35,46,198); }
td.TdClassName
{
border-color: #232EC6;
}
.TagClassName
{
border-color: #232EC6;
}
</style>