Shades of Persian Blue #233FAC
Tints of Persian Blue #233FAC
RGB
CMYK
RGB Variations
Color information
#233FAC (or 0x233FAC) is known color: Persian Blue. HEX triplet: 23, 3F and AC. RGB value is (35,63,172). Sum of RGB (Red+Green+Blue) = 35+63+172=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #233FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FAC is #DCC053. Grayscale: #424242. Windows color (decimal): -14467156 or 11288355. OLE color: 11288355.
HSL color Cylindrical-coordinate representation of color #233FAC: hue angle of 227.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233FAC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 63 | 172 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.33 |
| HSL | 227.74º | 0.66% | 0.41% | - |
| HSV(B) | 227.74º | 0.8% | 0.67% | - |
| XYZ | 9.92 | 6.89 | 39.84 | - |
| YUV | 67.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 172 | 0.80 | 0.63 | 0 | 0.33 | 227.74 | 0.66 | 0.41 |
| Hex | 23 | 3F | AC | 50 | 3F | 0 | 21 | E4 | 42 | 29 |
| Octal | 43 | 77 | 254 | 120 | 77 | 0 | 41 | 344 | 102 | 51 |
| Binary | 100011 | 111111 | 10101100 | 1010000 | 111111 | 0 | 100001 | 11100100 | 1000010 | 101001 |
Color Harmonies of #233FAC
Complementary color
Monochromatic Colors of #233FAC
Black with #233FAC
Text Example
Text Example
White with #233FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FAC; }
p { color: rgb(35,63,172); }
H1.HeaderClassName
{
color: #233FAC;
}
.AnyTagClassName
{
color: #233FAC;
}
</style>
background-color css
<style>
a { background-color: #233FAC; }
a { background-color: rgb(35,63,172); }
div.DivClassName
{
background-color: #233FAC;
}
.BgClassName
{
background-color: #233FAC;
}
</style>
border-color css
<style>
span { border-color: #233FAC; }
span { border-color: rgb(35,63,172); }
td.TdClassName
{
border-color: #233FAC;
}
.TagClassName
{
border-color: #233FAC;
}
</style>