Shades of Persian Blue #232BE6
Tints of Persian Blue #232BE6
RGB
CMYK
RGB Variations
Color information
#232BE6 (or 0x232BE6) is known color: Persian Blue. HEX triplet: 23, 2B and E6. RGB value is (35,43,230). Sum of RGB (Red+Green+Blue) = 35+43+230=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #232BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BE6 is #DCD419. Grayscale: #3D3D3D. Windows color (decimal): -14472218 or 15084323. OLE color: 15084323.
HSL color Cylindrical-coordinate representation of color #232BE6: hue angle of 237.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232BE6 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 43 | 230 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.10 |
| HSL | 237.54º | 0.8% | 0.52% | - |
| HSV(B) | 237.54º | 0.85% | 0.9% | - |
| XYZ | 15.84 | 7.8 | 75.53 | - |
| YUV | 61.93 | 222.85 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 230 | 0.85 | 0.81 | 0 | 0.10 | 237.54 | 0.8 | 0.52 |
| Hex | 23 | 2B | E6 | 55 | 51 | 0 | A | EE | 50 | 34 |
| Octal | 43 | 53 | 346 | 125 | 121 | 0 | 12 | 356 | 120 | 64 |
| Binary | 100011 | 101011 | 11100110 | 1010101 | 1010001 | 0 | 1010 | 11101110 | 1010000 | 110100 |
Color Harmonies of #232BE6
Complementary color
Monochromatic Colors of #232BE6
Black with #232BE6
Text Example
Text Example
White with #232BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BE6; }
p { color: rgb(35,43,230); }
H1.HeaderClassName
{
color: #232BE6;
}
.AnyTagClassName
{
color: #232BE6;
}
</style>
background-color css
<style>
a { background-color: #232BE6; }
a { background-color: rgb(35,43,230); }
div.DivClassName
{
background-color: #232BE6;
}
.BgClassName
{
background-color: #232BE6;
}
</style>
border-color css
<style>
span { border-color: #232BE6; }
span { border-color: rgb(35,43,230); }
td.TdClassName
{
border-color: #232BE6;
}
.TagClassName
{
border-color: #232BE6;
}
</style>