Shades of Persian Blue #2328CF
Tints of Persian Blue #2328CF
RGB
CMYK
RGB Variations
Color information
#2328CF (or 0x2328CF) is known color: Persian Blue. HEX triplet: 23, 28 and CF. RGB value is (35,40,207). Sum of RGB (Red+Green+Blue) = 35+40+207=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #2328CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2328CF is #DCD730. Grayscale: #383838. Windows color (decimal): -14473009 or 13576227. OLE color: 13576227.
HSL color Cylindrical-coordinate representation of color #2328CF: hue angle of 238.26º 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 #2328CF is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 40 | 207 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.19 |
| HSL | 238.26º | 0.71% | 0.47% | - |
| HSV(B) | 238.26º | 0.83% | 0.81% | - |
| XYZ | 12.71 | 6.38 | 59.59 | - |
| YUV | 57.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 207 | 0.83 | 0.81 | 0 | 0.19 | 238.26 | 0.71 | 0.47 |
| Hex | 23 | 28 | CF | 53 | 51 | 0 | 13 | EE | 47 | 2F |
| Octal | 43 | 50 | 317 | 123 | 121 | 0 | 23 | 356 | 107 | 57 |
| Binary | 100011 | 101000 | 11001111 | 1010011 | 1010001 | 0 | 10011 | 11101110 | 1000111 | 101111 |
Color Harmonies of #2328CF
Complementary color
Monochromatic Colors of #2328CF
Black with #2328CF
Text Example
Text Example
White with #2328CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328CF; }
p { color: rgb(35,40,207); }
H1.HeaderClassName
{
color: #2328CF;
}
.AnyTagClassName
{
color: #2328CF;
}
</style>
background-color css
<style>
a { background-color: #2328CF; }
a { background-color: rgb(35,40,207); }
div.DivClassName
{
background-color: #2328CF;
}
.BgClassName
{
background-color: #2328CF;
}
</style>
border-color css
<style>
span { border-color: #2328CF; }
span { border-color: rgb(35,40,207); }
td.TdClassName
{
border-color: #2328CF;
}
.TagClassName
{
border-color: #2328CF;
}
</style>