Shades of Persian Blue #232FDF
Tints of Persian Blue #232FDF
RGB
CMYK
RGB Variations
Color information
#232FDF (or 0x232FDF) is known color: Persian Blue. HEX triplet: 23, 2F and DF. RGB value is (35,47,223). Sum of RGB (Red+Green+Blue) = 35+47+223=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #232FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FDF is #DCD020. Grayscale: #3E3E3E. Windows color (decimal): -14471201 or 14626595. OLE color: 14626595.
HSL color Cylindrical-coordinate representation of color #232FDF: hue angle of 236.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232FDF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 47 | 223 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.13 |
| HSL | 236.17º | 0.75% | 0.51% | - |
| HSV(B) | 236.17º | 0.84% | 0.87% | - |
| XYZ | 15.03 | 7.72 | 70.51 | - |
| YUV | 63.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 223 | 0.84 | 0.79 | 0 | 0.13 | 236.17 | 0.75 | 0.51 |
| Hex | 23 | 2F | DF | 54 | 4F | 0 | D | EC | 4B | 33 |
| Octal | 43 | 57 | 337 | 124 | 117 | 0 | 15 | 354 | 113 | 63 |
| Binary | 100011 | 101111 | 11011111 | 1010100 | 1001111 | 0 | 1101 | 11101100 | 1001011 | 110011 |
Color Harmonies of #232FDF
Complementary color
Monochromatic Colors of #232FDF
Black with #232FDF
Text Example
Text Example
White with #232FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FDF; }
p { color: rgb(35,47,223); }
H1.HeaderClassName
{
color: #232FDF;
}
.AnyTagClassName
{
color: #232FDF;
}
</style>
background-color css
<style>
a { background-color: #232FDF; }
a { background-color: rgb(35,47,223); }
div.DivClassName
{
background-color: #232FDF;
}
.BgClassName
{
background-color: #232FDF;
}
</style>
border-color css
<style>
span { border-color: #232FDF; }
span { border-color: rgb(35,47,223); }
td.TdClassName
{
border-color: #232FDF;
}
.TagClassName
{
border-color: #232FDF;
}
</style>