Shades of Persian Blue #233CDC
Tints of Persian Blue #233CDC
RGB
CMYK
RGB Variations
Color information
#233CDC (or 0x233CDC) is known color: Persian Blue. HEX triplet: 23, 3C and DC. RGB value is (35,60,220). Sum of RGB (Red+Green+Blue) = 35+60+220=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #233CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CDC is #DCC323. Grayscale: #464646. Windows color (decimal): -14467876 or 14433315. OLE color: 14433315.
HSL color Cylindrical-coordinate representation of color #233CDC: hue angle of 231.89º 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 #233CDC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 60 | 220 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.14 |
| HSL | 231.89º | 0.73% | 0.5% | - |
| HSV(B) | 231.89º | 0.84% | 0.86% | - |
| XYZ | 15.23 | 8.76 | 68.6 | - |
| YUV | 70.77 | 212.22 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 220 | 0.84 | 0.73 | 0 | 0.14 | 231.89 | 0.73 | 0.5 |
| Hex | 23 | 3C | DC | 54 | 49 | 0 | E | E8 | 49 | 32 |
| Octal | 43 | 74 | 334 | 124 | 111 | 0 | 16 | 350 | 111 | 62 |
| Binary | 100011 | 111100 | 11011100 | 1010100 | 1001001 | 0 | 1110 | 11101000 | 1001001 | 110010 |
Color Harmonies of #233CDC
Complementary color
Monochromatic Colors of #233CDC
Black with #233CDC
Text Example
Text Example
White with #233CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CDC; }
p { color: rgb(35,60,220); }
H1.HeaderClassName
{
color: #233CDC;
}
.AnyTagClassName
{
color: #233CDC;
}
</style>
background-color css
<style>
a { background-color: #233CDC; }
a { background-color: rgb(35,60,220); }
div.DivClassName
{
background-color: #233CDC;
}
.BgClassName
{
background-color: #233CDC;
}
</style>
border-color css
<style>
span { border-color: #233CDC; }
span { border-color: rgb(35,60,220); }
td.TdClassName
{
border-color: #233CDC;
}
.TagClassName
{
border-color: #233CDC;
}
</style>