Shades of Persian Blue #2327B0
Tints of Persian Blue #2327B0
RGB
CMYK
RGB Variations
Color information
#2327B0 (or 0x2327B0) is known color: Persian Blue. HEX triplet: 23, 27 and B0. RGB value is (35,39,176). Sum of RGB (Red+Green+Blue) = 35+39+176=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 176 (69.14% from 255 or 70.4% from 250); Max value from RGB is 176 - color contains mainly: blue. Hex color #2327B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327B0 is #DCD84F. Grayscale: #343434. Windows color (decimal): -14473296 or 11544355. OLE color: 11544355.
HSL color Cylindrical-coordinate representation of color #2327B0: hue angle of 238.3º 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 #2327B0 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 39 | 176 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.31 |
| HSL | 238.3º | 0.67% | 0.41% | - |
| HSV(B) | 238.3º | 0.8% | 0.69% | - |
| XYZ | 9.26 | 4.94 | 41.54 | - |
| YUV | 53.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 176 | 0.80 | 0.78 | 0 | 0.31 | 238.3 | 0.67 | 0.41 |
| Hex | 23 | 27 | B0 | 50 | 4E | 0 | 1F | EE | 43 | 29 |
| Octal | 43 | 47 | 260 | 120 | 116 | 0 | 37 | 356 | 103 | 51 |
| Binary | 100011 | 100111 | 10110000 | 1010000 | 1001110 | 0 | 11111 | 11101110 | 1000011 | 101001 |
Color Harmonies of #2327B0
Complementary color
Monochromatic Colors of #2327B0
Black with #2327B0
Text Example
Text Example
White with #2327B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327B0; }
p { color: rgb(35,39,176); }
H1.HeaderClassName
{
color: #2327B0;
}
.AnyTagClassName
{
color: #2327B0;
}
</style>
background-color css
<style>
a { background-color: #2327B0; }
a { background-color: rgb(35,39,176); }
div.DivClassName
{
background-color: #2327B0;
}
.BgClassName
{
background-color: #2327B0;
}
</style>
border-color css
<style>
span { border-color: #2327B0; }
span { border-color: rgb(35,39,176); }
td.TdClassName
{
border-color: #2327B0;
}
.TagClassName
{
border-color: #2327B0;
}
</style>