Shades of Persian Blue #232CCD
Tints of Persian Blue #232CCD
RGB
CMYK
RGB Variations
Color information
#232CCD (or 0x232CCD) is known color: Persian Blue. HEX triplet: 23, 2C and CD. RGB value is (35,44,205). Sum of RGB (Red+Green+Blue) = 35+44+205=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #232CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CCD is #DCD332. Grayscale: #3B3B3B. Windows color (decimal): -14471987 or 13446179. OLE color: 13446179.
HSL color Cylindrical-coordinate representation of color #232CCD: hue angle of 236.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232CCD is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 44 | 205 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.20 |
| HSL | 236.82º | 0.71% | 0.47% | - |
| HSV(B) | 236.82º | 0.83% | 0.8% | - |
| XYZ | 12.61 | 6.57 | 58.36 | - |
| YUV | 59.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 205 | 0.83 | 0.79 | 0 | 0.20 | 236.82 | 0.71 | 0.47 |
| Hex | 23 | 2C | CD | 53 | 4F | 0 | 14 | ED | 47 | 2F |
| Octal | 43 | 54 | 315 | 123 | 117 | 0 | 24 | 355 | 107 | 57 |
| Binary | 100011 | 101100 | 11001101 | 1010011 | 1001111 | 0 | 10100 | 11101101 | 1000111 | 101111 |
Color Harmonies of #232CCD
Complementary color
Monochromatic Colors of #232CCD
Black with #232CCD
Text Example
Text Example
White with #232CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CCD; }
p { color: rgb(35,44,205); }
H1.HeaderClassName
{
color: #232CCD;
}
.AnyTagClassName
{
color: #232CCD;
}
</style>
background-color css
<style>
a { background-color: #232CCD; }
a { background-color: rgb(35,44,205); }
div.DivClassName
{
background-color: #232CCD;
}
.BgClassName
{
background-color: #232CCD;
}
</style>
border-color css
<style>
span { border-color: #232CCD; }
span { border-color: rgb(35,44,205); }
td.TdClassName
{
border-color: #232CCD;
}
.TagClassName
{
border-color: #232CCD;
}
</style>