Shades of Persian Blue #232BED
Tints of Persian Blue #232BED
RGB
CMYK
RGB Variations
Color information
#232BED (or 0x232BED) is known color: Persian Blue. HEX triplet: 23, 2B and ED. RGB value is (35,43,237). Sum of RGB (Red+Green+Blue) = 35+43+237=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #232BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BED is #DCD412. Grayscale: #3D3D3D. Windows color (decimal): -14472211 or 15543075. OLE color: 15543075.
HSL color Cylindrical-coordinate representation of color #232BED: hue angle of 237.62º 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 #232BED is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 43 | 237 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.07 |
| HSL | 237.62º | 0.85% | 0.53% | - |
| HSV(B) | 237.62º | 0.85% | 0.93% | - |
| XYZ | 16.84 | 8.2 | 80.82 | - |
| YUV | 62.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 237 | 0.85 | 0.82 | 0 | 0.07 | 237.62 | 0.85 | 0.53 |
| Hex | 23 | 2B | ED | 55 | 52 | 0 | 7 | EE | 55 | 35 |
| Octal | 43 | 53 | 355 | 125 | 122 | 0 | 7 | 356 | 125 | 65 |
| Binary | 100011 | 101011 | 11101101 | 1010101 | 1010010 | 0 | 111 | 11101110 | 1010101 | 110101 |
Color Harmonies of #232BED
Complementary color
Monochromatic Colors of #232BED
Black with #232BED
Text Example
Text Example
White with #232BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BED; }
p { color: rgb(35,43,237); }
H1.HeaderClassName
{
color: #232BED;
}
.AnyTagClassName
{
color: #232BED;
}
</style>
background-color css
<style>
a { background-color: #232BED; }
a { background-color: rgb(35,43,237); }
div.DivClassName
{
background-color: #232BED;
}
.BgClassName
{
background-color: #232BED;
}
</style>
border-color css
<style>
span { border-color: #232BED; }
span { border-color: rgb(35,43,237); }
td.TdClassName
{
border-color: #232BED;
}
.TagClassName
{
border-color: #232BED;
}
</style>