Shades of Persian Blue #233CC0
Tints of Persian Blue #233CC0
RGB
CMYK
RGB Variations
Color information
#233CC0 (or 0x233CC0) is known color: Persian Blue. HEX triplet: 23, 3C and C0. RGB value is (35,60,192). Sum of RGB (Red+Green+Blue) = 35+60+192=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #233CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CC0 is #DCC33F. Grayscale: #434343. Windows color (decimal): -14467904 or 12598307. OLE color: 12598307.
HSL color Cylindrical-coordinate representation of color #233CC0: hue angle of 230.45º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233CC0 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 60 | 192 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.25 |
| HSL | 230.45º | 0.69% | 0.45% | - |
| HSV(B) | 230.45º | 0.82% | 0.75% | - |
| XYZ | 11.82 | 7.39 | 50.67 | - |
| YUV | 67.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 192 | 0.82 | 0.69 | 0 | 0.25 | 230.45 | 0.69 | 0.45 |
| Hex | 23 | 3C | C0 | 52 | 45 | 0 | 19 | E6 | 45 | 2D |
| Octal | 43 | 74 | 300 | 122 | 105 | 0 | 31 | 346 | 105 | 55 |
| Binary | 100011 | 111100 | 11000000 | 1010010 | 1000101 | 0 | 11001 | 11100110 | 1000101 | 101101 |
Color Harmonies of #233CC0
Complementary color
Monochromatic Colors of #233CC0
Black with #233CC0
Text Example
Text Example
White with #233CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CC0; }
p { color: rgb(35,60,192); }
H1.HeaderClassName
{
color: #233CC0;
}
.AnyTagClassName
{
color: #233CC0;
}
</style>
background-color css
<style>
a { background-color: #233CC0; }
a { background-color: rgb(35,60,192); }
div.DivClassName
{
background-color: #233CC0;
}
.BgClassName
{
background-color: #233CC0;
}
</style>
border-color css
<style>
span { border-color: #233CC0; }
span { border-color: rgb(35,60,192); }
td.TdClassName
{
border-color: #233CC0;
}
.TagClassName
{
border-color: #233CC0;
}
</style>