Shades of Persian Blue #232FC5
Tints of Persian Blue #232FC5
RGB
CMYK
RGB Variations
Color information
#232FC5 (or 0x232FC5) is known color: Persian Blue. HEX triplet: 23, 2F and C5. RGB value is (35,47,197). Sum of RGB (Red+Green+Blue) = 35+47+197=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #232FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FC5 is #DCD03A. Grayscale: #3B3B3B. Windows color (decimal): -14471227 or 12922659. OLE color: 12922659.
HSL color Cylindrical-coordinate representation of color #232FC5: hue angle of 235.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232FC5 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 47 | 197 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.23 |
| HSL | 235.56º | 0.7% | 0.45% | - |
| HSV(B) | 235.56º | 0.82% | 0.77% | - |
| XYZ | 11.79 | 6.42 | 53.44 | - |
| YUV | 60.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 197 | 0.82 | 0.76 | 0 | 0.23 | 235.56 | 0.7 | 0.45 |
| Hex | 23 | 2F | C5 | 52 | 4C | 0 | 17 | EC | 46 | 2D |
| Octal | 43 | 57 | 305 | 122 | 114 | 0 | 27 | 354 | 106 | 55 |
| Binary | 100011 | 101111 | 11000101 | 1010010 | 1001100 | 0 | 10111 | 11101100 | 1000110 | 101101 |
Color Harmonies of #232FC5
Complementary color
Monochromatic Colors of #232FC5
Black with #232FC5
Text Example
Text Example
White with #232FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FC5; }
p { color: rgb(35,47,197); }
H1.HeaderClassName
{
color: #232FC5;
}
.AnyTagClassName
{
color: #232FC5;
}
</style>
background-color css
<style>
a { background-color: #232FC5; }
a { background-color: rgb(35,47,197); }
div.DivClassName
{
background-color: #232FC5;
}
.BgClassName
{
background-color: #232FC5;
}
</style>
border-color css
<style>
span { border-color: #232FC5; }
span { border-color: rgb(35,47,197); }
td.TdClassName
{
border-color: #232FC5;
}
.TagClassName
{
border-color: #232FC5;
}
</style>