Shades of Persian Blue #232FCB
Tints of Persian Blue #232FCB
RGB
CMYK
RGB Variations
Color information
#232FCB (or 0x232FCB) is known color: Persian Blue. HEX triplet: 23, 2F and CB. RGB value is (35,47,203). Sum of RGB (Red+Green+Blue) = 35+47+203=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #232FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FCB is #DCD034. Grayscale: #3C3C3C. Windows color (decimal): -14471221 or 13315875. OLE color: 13315875.
HSL color Cylindrical-coordinate representation of color #232FCB: hue angle of 235.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232FCB is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 47 | 203 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.20 |
| HSL | 235.71º | 0.71% | 0.47% | - |
| HSV(B) | 235.71º | 0.83% | 0.8% | - |
| XYZ | 12.49 | 6.7 | 57.14 | - |
| YUV | 61.2 | 208.02 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 203 | 0.83 | 0.77 | 0 | 0.20 | 235.71 | 0.71 | 0.47 |
| Hex | 23 | 2F | CB | 53 | 4D | 0 | 14 | EC | 47 | 2F |
| Octal | 43 | 57 | 313 | 123 | 115 | 0 | 24 | 354 | 107 | 57 |
| Binary | 100011 | 101111 | 11001011 | 1010011 | 1001101 | 0 | 10100 | 11101100 | 1000111 | 101111 |
Color Harmonies of #232FCB
Complementary color
Monochromatic Colors of #232FCB
Black with #232FCB
Text Example
Text Example
White with #232FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FCB; }
p { color: rgb(35,47,203); }
H1.HeaderClassName
{
color: #232FCB;
}
.AnyTagClassName
{
color: #232FCB;
}
</style>
background-color css
<style>
a { background-color: #232FCB; }
a { background-color: rgb(35,47,203); }
div.DivClassName
{
background-color: #232FCB;
}
.BgClassName
{
background-color: #232FCB;
}
</style>
border-color css
<style>
span { border-color: #232FCB; }
span { border-color: rgb(35,47,203); }
td.TdClassName
{
border-color: #232FCB;
}
.TagClassName
{
border-color: #232FCB;
}
</style>