Shades of Persian Blue #2023C4
Tints of Persian Blue #2023C4
RGB
CMYK
RGB Variations
Color information
#2023C4 (or 0x2023C4) is known color: Persian Blue. HEX triplet: 20, 23 and C4. RGB value is (32,35,196). Sum of RGB (Red+Green+Blue) = 32+35+196=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 196 (76.95% from 255 or 74.52% from 263); Max value from RGB is 196 - color contains mainly: blue. Hex color #2023C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023C4 is #DFDC3B. Grayscale: #333333. Windows color (decimal): -14670908 or 12854048. OLE color: 12854048.
HSL color Cylindrical-coordinate representation of color #2023C4: hue angle of 238.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2023C4 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 35 | 196 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.23 |
| HSL | 238.9º | 0.72% | 0.45% | - |
| HSV(B) | 238.9º | 0.84% | 0.77% | - |
| XYZ | 11.16 | 5.49 | 52.7 | - |
| YUV | 52.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 196 | 0.84 | 0.82 | 0 | 0.23 | 238.9 | 0.72 | 0.45 |
| Hex | 20 | 23 | C4 | 54 | 52 | 0 | 17 | EF | 48 | 2D |
| Octal | 40 | 43 | 304 | 124 | 122 | 0 | 27 | 357 | 110 | 55 |
| Binary | 100000 | 100011 | 11000100 | 1010100 | 1010010 | 0 | 10111 | 11101111 | 1001000 | 101101 |
Color Harmonies of #2023C4
Complementary color
Monochromatic Colors of #2023C4
Black with #2023C4
Text Example
Text Example
White with #2023C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023C4; }
p { color: rgb(32,35,196); }
H1.HeaderClassName
{
color: #2023C4;
}
.AnyTagClassName
{
color: #2023C4;
}
</style>
background-color css
<style>
a { background-color: #2023C4; }
a { background-color: rgb(32,35,196); }
div.DivClassName
{
background-color: #2023C4;
}
.BgClassName
{
background-color: #2023C4;
}
</style>
border-color css
<style>
span { border-color: #2023C4; }
span { border-color: rgb(32,35,196); }
td.TdClassName
{
border-color: #2023C4;
}
.TagClassName
{
border-color: #2023C4;
}
</style>