Shades of Persian Blue #023BC4
Tints of Persian Blue #023BC4
RGB
CMYK
RGB Variations
Color information
#023BC4 (or 0x023BC4) is known color: Persian Blue. HEX triplet: 02, 3B and C4. RGB value is (2,59,196). Sum of RGB (Red+Green+Blue) = 2+59+196=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 196 (76.95% from 255 or 76.26% from 257); Max value from RGB is 196 - color contains mainly: blue. Hex color #023BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BC4 is #FDC43B. Grayscale: #383838. Windows color (decimal): -16630844 or 12860162. OLE color: 12860162.
HSL color Cylindrical-coordinate representation of color #023BC4: hue angle of 222.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BC4 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 59 | 196 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.23 |
| HSL | 222.37º | 0.98% | 0.39% | - |
| HSV(B) | 222.37º | 0.99% | 0.77% | - |
| XYZ | 11.55 | 7.13 | 52.99 | - |
| YUV | 57.58 | 206.12 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 196 | 0.99 | 0.70 | 0 | 0.23 | 222.37 | 0.98 | 0.39 |
| Hex | 2 | 3B | C4 | 63 | 46 | 0 | 17 | DE | 62 | 27 |
| Octal | 2 | 73 | 304 | 143 | 106 | 0 | 27 | 336 | 142 | 47 |
| Binary | 10 | 111011 | 11000100 | 1100011 | 1000110 | 0 | 10111 | 11011110 | 1100010 | 100111 |
Color Harmonies of #023BC4
Complementary color
Monochromatic Colors of #023BC4
Black with #023BC4
Text Example
Text Example
White with #023BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BC4; }
p { color: rgb(2,59,196); }
H1.HeaderClassName
{
color: #023BC4;
}
.AnyTagClassName
{
color: #023BC4;
}
</style>
background-color css
<style>
a { background-color: #023BC4; }
a { background-color: rgb(2,59,196); }
div.DivClassName
{
background-color: #023BC4;
}
.BgClassName
{
background-color: #023BC4;
}
</style>
border-color css
<style>
span { border-color: #023BC4; }
span { border-color: rgb(2,59,196); }
td.TdClassName
{
border-color: #023BC4;
}
.TagClassName
{
border-color: #023BC4;
}
</style>