Shades of Persian Blue #2330C0
Tints of Persian Blue #2330C0
RGB
CMYK
RGB Variations
Color information
#2330C0 (or 0x2330C0) is known color: Persian Blue. HEX triplet: 23, 30 and C0. RGB value is (35,48,192). Sum of RGB (Red+Green+Blue) = 35+48+192=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #2330C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330C0 is #DCCF3F. Grayscale: #3B3B3B. Windows color (decimal): -14470976 or 12595235. OLE color: 12595235.
HSL color Cylindrical-coordinate representation of color #2330C0: hue angle of 235.03º 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 #2330C0 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 48 | 192 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.25 |
| HSL | 235.03º | 0.69% | 0.45% | - |
| HSV(B) | 235.03º | 0.82% | 0.75% | - |
| XYZ | 11.26 | 6.28 | 50.49 | - |
| YUV | 60.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 192 | 0.82 | 0.75 | 0 | 0.25 | 235.03 | 0.69 | 0.45 |
| Hex | 23 | 30 | C0 | 52 | 4B | 0 | 19 | EB | 45 | 2D |
| Octal | 43 | 60 | 300 | 122 | 113 | 0 | 31 | 353 | 105 | 55 |
| Binary | 100011 | 110000 | 11000000 | 1010010 | 1001011 | 0 | 11001 | 11101011 | 1000101 | 101101 |
Color Harmonies of #2330C0
Complementary color
Monochromatic Colors of #2330C0
Black with #2330C0
Text Example
Text Example
White with #2330C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2330C0; }
p { color: rgb(35,48,192); }
H1.HeaderClassName
{
color: #2330C0;
}
.AnyTagClassName
{
color: #2330C0;
}
</style>
background-color css
<style>
a { background-color: #2330C0; }
a { background-color: rgb(35,48,192); }
div.DivClassName
{
background-color: #2330C0;
}
.BgClassName
{
background-color: #2330C0;
}
</style>
border-color css
<style>
span { border-color: #2330C0; }
span { border-color: rgb(35,48,192); }
td.TdClassName
{
border-color: #2330C0;
}
.TagClassName
{
border-color: #2330C0;
}
</style>