Shades of Persian Blue #232CED
Tints of Persian Blue #232CED
RGB
CMYK
RGB Variations
Color information
#232CED (or 0x232CED) is known color: Persian Blue. HEX triplet: 23, 2C and ED. RGB value is (35,44,237). Sum of RGB (Red+Green+Blue) = 35+44+237=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #232CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232CED is #DCD312. Grayscale: #3E3E3E. Windows color (decimal): -14471955 or 15543331. OLE color: 15543331.
HSL color Cylindrical-coordinate representation of color #232CED: hue angle of 237.33º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232CED is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 44 | 237 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.07 |
| HSL | 237.33º | 0.85% | 0.53% | - |
| HSV(B) | 237.33º | 0.85% | 0.93% | - |
| XYZ | 16.88 | 8.27 | 80.83 | - |
| YUV | 63.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 237 | 0.85 | 0.81 | 0 | 0.07 | 237.33 | 0.85 | 0.53 |
| Hex | 23 | 2C | ED | 55 | 51 | 0 | 7 | ED | 55 | 35 |
| Octal | 43 | 54 | 355 | 125 | 121 | 0 | 7 | 355 | 125 | 65 |
| Binary | 100011 | 101100 | 11101101 | 1010101 | 1010001 | 0 | 111 | 11101101 | 1010101 | 110101 |
Color Harmonies of #232CED
Complementary color
Monochromatic Colors of #232CED
Black with #232CED
Text Example
Text Example
White with #232CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CED; }
p { color: rgb(35,44,237); }
H1.HeaderClassName
{
color: #232CED;
}
.AnyTagClassName
{
color: #232CED;
}
</style>
background-color css
<style>
a { background-color: #232CED; }
a { background-color: rgb(35,44,237); }
div.DivClassName
{
background-color: #232CED;
}
.BgClassName
{
background-color: #232CED;
}
</style>
border-color css
<style>
span { border-color: #232CED; }
span { border-color: rgb(35,44,237); }
td.TdClassName
{
border-color: #232CED;
}
.TagClassName
{
border-color: #232CED;
}
</style>