Shades of Persian Blue #2328AF
Tints of Persian Blue #2328AF
RGB
CMYK
RGB Variations
Color information
#2328AF (or 0x2328AF) is known color: Persian Blue. HEX triplet: 23, 28 and AF. RGB value is (35,40,175). Sum of RGB (Red+Green+Blue) = 35+40+175=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #2328AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2328AF is #DCD750. Grayscale: #353535. Windows color (decimal): -14473041 or 11479075. OLE color: 11479075.
HSL color Cylindrical-coordinate representation of color #2328AF: hue angle of 237.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2328AF is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 40 | 175 | - |
| CMYK | 0.8 | 0.77 | 0 | 0.31 |
| HSL | 237.86º | 0.67% | 0.41% | - |
| HSV(B) | 237.86º | 0.8% | 0.69% | - |
| XYZ | 9.19 | 4.97 | 41.03 | - |
| YUV | 53.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 175 | 0.8 | 0.77 | 0 | 0.31 | 237.86 | 0.67 | 0.41 |
| Hex | 23 | 28 | AF | 50 | 4D | 0 | 1F | EE | 43 | 29 |
| Octal | 43 | 50 | 257 | 120 | 115 | 0 | 37 | 356 | 103 | 51 |
| Binary | 100011 | 101000 | 10101111 | 1010000 | 1001101 | 0 | 11111 | 11101110 | 1000011 | 101001 |
Color Harmonies of #2328AF
Complementary color
Monochromatic Colors of #2328AF
Black with #2328AF
Text Example
Text Example
White with #2328AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328AF; }
p { color: rgb(35,40,175); }
H1.HeaderClassName
{
color: #2328AF;
}
.AnyTagClassName
{
color: #2328AF;
}
</style>
background-color css
<style>
a { background-color: #2328AF; }
a { background-color: rgb(35,40,175); }
div.DivClassName
{
background-color: #2328AF;
}
.BgClassName
{
background-color: #2328AF;
}
</style>
border-color css
<style>
span { border-color: #2328AF; }
span { border-color: rgb(35,40,175); }
td.TdClassName
{
border-color: #2328AF;
}
.TagClassName
{
border-color: #2328AF;
}
</style>