Shades of Persian Blue #232DC3
Tints of Persian Blue #232DC3
RGB
CMYK
RGB Variations
Color information
#232DC3 (or 0x232DC3) is known color: Persian Blue. HEX triplet: 23, 2D and C3. RGB value is (35,45,195). Sum of RGB (Red+Green+Blue) = 35+45+195=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #232DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DC3 is #DCD23C. Grayscale: #3A3A3A. Windows color (decimal): -14471741 or 12791075. OLE color: 12791075.
HSL color Cylindrical-coordinate representation of color #232DC3: hue angle of 236.25º degrees, saturation: 0.7, 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 #232DC3 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 45 | 195 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.24 |
| HSL | 236.25º | 0.7% | 0.45% | - |
| HSV(B) | 236.25º | 0.82% | 0.76% | - |
| XYZ | 11.48 | 6.17 | 52.22 | - |
| YUV | 59.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 195 | 0.82 | 0.77 | 0 | 0.24 | 236.25 | 0.7 | 0.45 |
| Hex | 23 | 2D | C3 | 52 | 4D | 0 | 18 | EC | 46 | 2D |
| Octal | 43 | 55 | 303 | 122 | 115 | 0 | 30 | 354 | 106 | 55 |
| Binary | 100011 | 101101 | 11000011 | 1010010 | 1001101 | 0 | 11000 | 11101100 | 1000110 | 101101 |
Color Harmonies of #232DC3
Complementary color
Monochromatic Colors of #232DC3
Black with #232DC3
Text Example
Text Example
White with #232DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DC3; }
p { color: rgb(35,45,195); }
H1.HeaderClassName
{
color: #232DC3;
}
.AnyTagClassName
{
color: #232DC3;
}
</style>
background-color css
<style>
a { background-color: #232DC3; }
a { background-color: rgb(35,45,195); }
div.DivClassName
{
background-color: #232DC3;
}
.BgClassName
{
background-color: #232DC3;
}
</style>
border-color css
<style>
span { border-color: #232DC3; }
span { border-color: rgb(35,45,195); }
td.TdClassName
{
border-color: #232DC3;
}
.TagClassName
{
border-color: #232DC3;
}
</style>