Shades of Persian Blue #233FC5
Tints of Persian Blue #233FC5
RGB
CMYK
RGB Variations
Color information
#233FC5 (or 0x233FC5) is known color: Persian Blue. HEX triplet: 23, 3F and C5. RGB value is (35,63,197). Sum of RGB (Red+Green+Blue) = 35+63+197=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #233FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FC5 is #DCC03A. Grayscale: #454545. Windows color (decimal): -14467131 or 12926755. OLE color: 12926755.
HSL color Cylindrical-coordinate representation of color #233FC5: hue angle of 229.63º 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 #233FC5 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 63 | 197 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.23 |
| HSL | 229.63º | 0.7% | 0.45% | - |
| HSV(B) | 229.63º | 0.82% | 0.77% | - |
| XYZ | 12.55 | 7.94 | 53.7 | - |
| YUV | 69.9 | 199.72 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 197 | 0.82 | 0.68 | 0 | 0.23 | 229.63 | 0.7 | 0.45 |
| Hex | 23 | 3F | C5 | 52 | 44 | 0 | 17 | E6 | 46 | 2D |
| Octal | 43 | 77 | 305 | 122 | 104 | 0 | 27 | 346 | 106 | 55 |
| Binary | 100011 | 111111 | 11000101 | 1010010 | 1000100 | 0 | 10111 | 11100110 | 1000110 | 101101 |
Color Harmonies of #233FC5
Complementary color
Monochromatic Colors of #233FC5
Black with #233FC5
Text Example
Text Example
White with #233FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FC5; }
p { color: rgb(35,63,197); }
H1.HeaderClassName
{
color: #233FC5;
}
.AnyTagClassName
{
color: #233FC5;
}
</style>
background-color css
<style>
a { background-color: #233FC5; }
a { background-color: rgb(35,63,197); }
div.DivClassName
{
background-color: #233FC5;
}
.BgClassName
{
background-color: #233FC5;
}
</style>
border-color css
<style>
span { border-color: #233FC5; }
span { border-color: rgb(35,63,197); }
td.TdClassName
{
border-color: #233FC5;
}
.TagClassName
{
border-color: #233FC5;
}
</style>