Shades of Persian Blue #232CC3
Tints of Persian Blue #232CC3
RGB
CMYK
RGB Variations
Color information
#232CC3 (or 0x232CC3) is known color: Persian Blue. HEX triplet: 23, 2C and C3. RGB value is (35,44,195). Sum of RGB (Red+Green+Blue) = 35+44+195=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #232CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CC3 is #DCD33C. Grayscale: #393939. Windows color (decimal): -14471997 or 12790819. OLE color: 12790819.
HSL color Cylindrical-coordinate representation of color #232CC3: hue angle of 236.62º 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 #232CC3 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 44 | 195 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.24 |
| HSL | 236.63º | 0.7% | 0.45% | - |
| HSV(B) | 236.63º | 0.82% | 0.76% | - |
| XYZ | 11.44 | 6.1 | 52.2 | - |
| YUV | 58.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 195 | 0.82 | 0.77 | 0 | 0.24 | 236.63 | 0.7 | 0.45 |
| Hex | 23 | 2C | C3 | 52 | 4D | 0 | 18 | ED | 46 | 2D |
| Octal | 43 | 54 | 303 | 122 | 115 | 0 | 30 | 355 | 106 | 55 |
| Binary | 100011 | 101100 | 11000011 | 1010010 | 1001101 | 0 | 11000 | 11101101 | 1000110 | 101101 |
Color Harmonies of #232CC3
Complementary color
Monochromatic Colors of #232CC3
Black with #232CC3
Text Example
Text Example
White with #232CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CC3; }
p { color: rgb(35,44,195); }
H1.HeaderClassName
{
color: #232CC3;
}
.AnyTagClassName
{
color: #232CC3;
}
</style>
background-color css
<style>
a { background-color: #232CC3; }
a { background-color: rgb(35,44,195); }
div.DivClassName
{
background-color: #232CC3;
}
.BgClassName
{
background-color: #232CC3;
}
</style>
border-color css
<style>
span { border-color: #232CC3; }
span { border-color: rgb(35,44,195); }
td.TdClassName
{
border-color: #232CC3;
}
.TagClassName
{
border-color: #232CC3;
}
</style>