Shades of Persian Blue #232CDC
Tints of Persian Blue #232CDC
RGB
CMYK
RGB Variations
Color information
#232CDC (or 0x232CDC) is known color: Persian Blue. HEX triplet: 23, 2C and DC. RGB value is (35,44,220). Sum of RGB (Red+Green+Blue) = 35+44+220=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #232CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CDC is #DCD323. Grayscale: #3C3C3C. Windows color (decimal): -14471972 or 14429219. OLE color: 14429219.
HSL color Cylindrical-coordinate representation of color #232CDC: hue angle of 237.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232CDC is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 44 | 220 | - |
| CMYK | 0.84 | 0.8 | 0 | 0.14 |
| HSL | 237.08º | 0.73% | 0.5% | - |
| HSV(B) | 237.08º | 0.84% | 0.86% | - |
| XYZ | 14.51 | 7.33 | 68.36 | - |
| YUV | 61.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 220 | 0.84 | 0.8 | 0 | 0.14 | 237.08 | 0.73 | 0.5 |
| Hex | 23 | 2C | DC | 54 | 50 | 0 | E | ED | 49 | 32 |
| Octal | 43 | 54 | 334 | 124 | 120 | 0 | 16 | 355 | 111 | 62 |
| Binary | 100011 | 101100 | 11011100 | 1010100 | 1010000 | 0 | 1110 | 11101101 | 1001001 | 110010 |
Color Harmonies of #232CDC
Complementary color
Monochromatic Colors of #232CDC
Black with #232CDC
Text Example
Text Example
White with #232CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CDC; }
p { color: rgb(35,44,220); }
H1.HeaderClassName
{
color: #232CDC;
}
.AnyTagClassName
{
color: #232CDC;
}
</style>
background-color css
<style>
a { background-color: #232CDC; }
a { background-color: rgb(35,44,220); }
div.DivClassName
{
background-color: #232CDC;
}
.BgClassName
{
background-color: #232CDC;
}
</style>
border-color css
<style>
span { border-color: #232CDC; }
span { border-color: rgb(35,44,220); }
td.TdClassName
{
border-color: #232CDC;
}
.TagClassName
{
border-color: #232CDC;
}
</style>