Shades of Persian Blue #233DC0
Tints of Persian Blue #233DC0
RGB
CMYK
RGB Variations
Color information
#233DC0 (or 0x233DC0) is known color: Persian Blue. HEX triplet: 23, 3D and C0. RGB value is (35,61,192). Sum of RGB (Red+Green+Blue) = 35+61+192=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #233DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DC0 is #DCC23F. Grayscale: #434343. Windows color (decimal): -14467648 or 12598563. OLE color: 12598563.
HSL color Cylindrical-coordinate representation of color #233DC0: hue angle of 230.06º 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 #233DC0 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 61 | 192 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.25 |
| HSL | 230.06º | 0.69% | 0.45% | - |
| HSV(B) | 230.06º | 0.82% | 0.75% | - |
| XYZ | 11.88 | 7.5 | 50.69 | - |
| YUV | 68.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 192 | 0.82 | 0.68 | 0 | 0.25 | 230.06 | 0.69 | 0.45 |
| Hex | 23 | 3D | C0 | 52 | 44 | 0 | 19 | E6 | 45 | 2D |
| Octal | 43 | 75 | 300 | 122 | 104 | 0 | 31 | 346 | 105 | 55 |
| Binary | 100011 | 111101 | 11000000 | 1010010 | 1000100 | 0 | 11001 | 11100110 | 1000101 | 101101 |
Color Harmonies of #233DC0
Complementary color
Monochromatic Colors of #233DC0
Black with #233DC0
Text Example
Text Example
White with #233DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DC0; }
p { color: rgb(35,61,192); }
H1.HeaderClassName
{
color: #233DC0;
}
.AnyTagClassName
{
color: #233DC0;
}
</style>
background-color css
<style>
a { background-color: #233DC0; }
a { background-color: rgb(35,61,192); }
div.DivClassName
{
background-color: #233DC0;
}
.BgClassName
{
background-color: #233DC0;
}
</style>
border-color css
<style>
span { border-color: #233DC0; }
span { border-color: rgb(35,61,192); }
td.TdClassName
{
border-color: #233DC0;
}
.TagClassName
{
border-color: #233DC0;
}
</style>