Shades of Persian Blue #233DC2
Tints of Persian Blue #233DC2
RGB
CMYK
RGB Variations
Color information
#233DC2 (or 0x233DC2) is known color: Persian Blue. HEX triplet: 23, 3D and C2. RGB value is (35,61,194). Sum of RGB (Red+Green+Blue) = 35+61+194=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 194 (76.17% from 255 or 66.90% from 290); Max value from RGB is 194 - color contains mainly: blue. Hex color #233DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DC2 is #DCC23D. Grayscale: #434343. Windows color (decimal): -14467646 or 12729635. OLE color: 12729635.
HSL color Cylindrical-coordinate representation of color #233DC2: hue angle of 230.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233DC2 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 61 | 194 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.24 |
| HSL | 230.19º | 0.69% | 0.45% | - |
| HSV(B) | 230.19º | 0.82% | 0.76% | - |
| XYZ | 12.1 | 7.59 | 51.87 | - |
| YUV | 68.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 194 | 0.82 | 0.69 | 0 | 0.24 | 230.19 | 0.69 | 0.45 |
| Hex | 23 | 3D | C2 | 52 | 45 | 0 | 18 | E6 | 45 | 2D |
| Octal | 43 | 75 | 302 | 122 | 105 | 0 | 30 | 346 | 105 | 55 |
| Binary | 100011 | 111101 | 11000010 | 1010010 | 1000101 | 0 | 11000 | 11100110 | 1000101 | 101101 |
Color Harmonies of #233DC2
Complementary color
Monochromatic Colors of #233DC2
Black with #233DC2
Text Example
Text Example
White with #233DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DC2; }
p { color: rgb(35,61,194); }
H1.HeaderClassName
{
color: #233DC2;
}
.AnyTagClassName
{
color: #233DC2;
}
</style>
background-color css
<style>
a { background-color: #233DC2; }
a { background-color: rgb(35,61,194); }
div.DivClassName
{
background-color: #233DC2;
}
.BgClassName
{
background-color: #233DC2;
}
</style>
border-color css
<style>
span { border-color: #233DC2; }
span { border-color: rgb(35,61,194); }
td.TdClassName
{
border-color: #233DC2;
}
.TagClassName
{
border-color: #233DC2;
}
</style>