Shades of Persian Blue #2328B1
Tints of Persian Blue #2328B1
RGB
CMYK
RGB Variations
Color information
#2328B1 (or 0x2328B1) is known color: Persian Blue. HEX triplet: 23, 28 and B1. RGB value is (35,40,177). Sum of RGB (Red+Green+Blue) = 35+40+177=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 177 (69.53% from 255 or 70.24% from 252); Max value from RGB is 177 - color contains mainly: blue. Hex color #2328B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2328B1 is #DCD74E. Grayscale: #353535. Windows color (decimal): -14473039 or 11610147. OLE color: 11610147.
HSL color Cylindrical-coordinate representation of color #2328B1: hue angle of 237.89º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2328B1 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 40 | 177 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.31 |
| HSL | 237.89º | 0.67% | 0.42% | - |
| HSV(B) | 237.89º | 0.8% | 0.69% | - |
| XYZ | 9.39 | 5.05 | 42.07 | - |
| YUV | 54.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 177 | 0.80 | 0.77 | 0 | 0.31 | 237.89 | 0.67 | 0.42 |
| Hex | 23 | 28 | B1 | 50 | 4D | 0 | 1F | EE | 43 | 2A |
| Octal | 43 | 50 | 261 | 120 | 115 | 0 | 37 | 356 | 103 | 52 |
| Binary | 100011 | 101000 | 10110001 | 1010000 | 1001101 | 0 | 11111 | 11101110 | 1000011 | 101010 |
Color Harmonies of #2328B1
Complementary color
Monochromatic Colors of #2328B1
Black with #2328B1
Text Example
Text Example
White with #2328B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328B1; }
p { color: rgb(35,40,177); }
H1.HeaderClassName
{
color: #2328B1;
}
.AnyTagClassName
{
color: #2328B1;
}
</style>
background-color css
<style>
a { background-color: #2328B1; }
a { background-color: rgb(35,40,177); }
div.DivClassName
{
background-color: #2328B1;
}
.BgClassName
{
background-color: #2328B1;
}
</style>
border-color css
<style>
span { border-color: #2328B1; }
span { border-color: rgb(35,40,177); }
td.TdClassName
{
border-color: #2328B1;
}
.TagClassName
{
border-color: #2328B1;
}
</style>