Shades of Persian Blue #023BD3
Tints of Persian Blue #023BD3
RGB
CMYK
RGB Variations
Color information
#023BD3 (or 0x023BD3) is known color: Persian Blue. HEX triplet: 02, 3B and D3. RGB value is (2,59,211). Sum of RGB (Red+Green+Blue) = 2+59+211=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 211 (82.81% from 255 or 77.57% from 272); Max value from RGB is 211 - color contains mainly: blue. Hex color #023BD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BD3 is #FDC42C. Grayscale: #3A3A3A. Windows color (decimal): -16630829 or 13843202. OLE color: 13843202.
HSL color Cylindrical-coordinate representation of color #023BD3: hue angle of 223.64º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BD3 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 59 | 211 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.17 |
| HSL | 223.64º | 0.98% | 0.42% | - |
| HSV(B) | 223.64º | 0.99% | 0.83% | - |
| XYZ | 13.35 | 7.84 | 62.44 | - |
| YUV | 59.29 | 213.62 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 211 | 0.99 | 0.72 | 0 | 0.17 | 223.64 | 0.98 | 0.42 |
| Hex | 2 | 3B | D3 | 63 | 48 | 0 | 11 | E0 | 62 | 2A |
| Octal | 2 | 73 | 323 | 143 | 110 | 0 | 21 | 340 | 142 | 52 |
| Binary | 10 | 111011 | 11010011 | 1100011 | 1001000 | 0 | 10001 | 11100000 | 1100010 | 101010 |
Color Harmonies of #023BD3
Complementary color
Monochromatic Colors of #023BD3
Black with #023BD3
Text Example
Text Example
White with #023BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BD3; }
p { color: rgb(2,59,211); }
H1.HeaderClassName
{
color: #023BD3;
}
.AnyTagClassName
{
color: #023BD3;
}
</style>
background-color css
<style>
a { background-color: #023BD3; }
a { background-color: rgb(2,59,211); }
div.DivClassName
{
background-color: #023BD3;
}
.BgClassName
{
background-color: #023BD3;
}
</style>
border-color css
<style>
span { border-color: #023BD3; }
span { border-color: rgb(2,59,211); }
td.TdClassName
{
border-color: #023BD3;
}
.TagClassName
{
border-color: #023BD3;
}
</style>