Shades of Persian Blue #2327CF
Tints of Persian Blue #2327CF
RGB
CMYK
RGB Variations
Color information
#2327CF (or 0x2327CF) is known color: Persian Blue. HEX triplet: 23, 27 and CF. RGB value is (35,39,207). Sum of RGB (Red+Green+Blue) = 35+39+207=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #2327CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2327CF is #DCD830. Grayscale: #383838. Windows color (decimal): -14473265 or 13575971. OLE color: 13575971.
HSL color Cylindrical-coordinate representation of color #2327CF: hue angle of 238.6º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2327CF is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 39 | 207 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.19 |
| HSL | 238.6º | 0.71% | 0.47% | - |
| HSV(B) | 238.6º | 0.83% | 0.81% | - |
| XYZ | 12.68 | 6.31 | 59.58 | - |
| YUV | 56.96 | 212.67 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 207 | 0.83 | 0.81 | 0 | 0.19 | 238.6 | 0.71 | 0.47 |
| Hex | 23 | 27 | CF | 53 | 51 | 0 | 13 | EF | 47 | 2F |
| Octal | 43 | 47 | 317 | 123 | 121 | 0 | 23 | 357 | 107 | 57 |
| Binary | 100011 | 100111 | 11001111 | 1010011 | 1010001 | 0 | 10011 | 11101111 | 1000111 | 101111 |
Color Harmonies of #2327CF
Complementary color
Monochromatic Colors of #2327CF
Black with #2327CF
Text Example
Text Example
White with #2327CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327CF; }
p { color: rgb(35,39,207); }
H1.HeaderClassName
{
color: #2327CF;
}
.AnyTagClassName
{
color: #2327CF;
}
</style>
background-color css
<style>
a { background-color: #2327CF; }
a { background-color: rgb(35,39,207); }
div.DivClassName
{
background-color: #2327CF;
}
.BgClassName
{
background-color: #2327CF;
}
</style>
border-color css
<style>
span { border-color: #2327CF; }
span { border-color: rgb(35,39,207); }
td.TdClassName
{
border-color: #2327CF;
}
.TagClassName
{
border-color: #2327CF;
}
</style>