Shades of Persian Blue #233FAD
Tints of Persian Blue #233FAD
RGB
CMYK
RGB Variations
Color information
#233FAD (or 0x233FAD) is known color: Persian Blue. HEX triplet: 23, 3F and AD. RGB value is (35,63,173). Sum of RGB (Red+Green+Blue) = 35+63+173=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #233FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FAD is #DCC052. Grayscale: #424242. Windows color (decimal): -14467155 or 11353891. OLE color: 11353891.
HSL color Cylindrical-coordinate representation of color #233FAD: hue angle of 227.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233FAD is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 63 | 173 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.32 |
| HSL | 227.83º | 0.66% | 0.41% | - |
| HSV(B) | 227.83º | 0.8% | 0.68% | - |
| XYZ | 10.01 | 6.93 | 40.34 | - |
| YUV | 67.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 173 | 0.80 | 0.64 | 0 | 0.32 | 227.83 | 0.66 | 0.41 |
| Hex | 23 | 3F | AD | 50 | 40 | 0 | 20 | E4 | 42 | 29 |
| Octal | 43 | 77 | 255 | 120 | 100 | 0 | 40 | 344 | 102 | 51 |
| Binary | 100011 | 111111 | 10101101 | 1010000 | 1000000 | 0 | 100000 | 11100100 | 1000010 | 101001 |
Color Harmonies of #233FAD
Complementary color
Monochromatic Colors of #233FAD
Black with #233FAD
Text Example
Text Example
White with #233FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FAD; }
p { color: rgb(35,63,173); }
H1.HeaderClassName
{
color: #233FAD;
}
.AnyTagClassName
{
color: #233FAD;
}
</style>
background-color css
<style>
a { background-color: #233FAD; }
a { background-color: rgb(35,63,173); }
div.DivClassName
{
background-color: #233FAD;
}
.BgClassName
{
background-color: #233FAD;
}
</style>
border-color css
<style>
span { border-color: #233FAD; }
span { border-color: rgb(35,63,173); }
td.TdClassName
{
border-color: #233FAD;
}
.TagClassName
{
border-color: #233FAD;
}
</style>