Shades of Persian Blue #0237D3
Tints of Persian Blue #0237D3
RGB
CMYK
RGB Variations
Color information
#0237D3 (or 0x0237D3) is known color: Persian Blue. HEX triplet: 02, 37 and D3. RGB value is (2,55,211). Sum of RGB (Red+Green+Blue) = 2+55+211=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 211 (82.81% from 255 or 78.73% from 268); Max value from RGB is 211 - color contains mainly: blue. Hex color #0237D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237D3 is #FDC82C. Grayscale: #383838. Windows color (decimal): -16631853 or 13842178. OLE color: 13842178.
HSL color Cylindrical-coordinate representation of color #0237D3: hue angle of 224.78º 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 #0237D3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 55 | 211 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.17 |
| HSL | 224.78º | 0.98% | 0.42% | - |
| HSV(B) | 224.78º | 0.99% | 0.83% | - |
| XYZ | 13.15 | 7.45 | 62.37 | - |
| YUV | 56.94 | 214.94 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 211 | 0.99 | 0.74 | 0 | 0.17 | 224.78 | 0.98 | 0.42 |
| Hex | 2 | 37 | D3 | 63 | 4A | 0 | 11 | E1 | 62 | 2A |
| Octal | 2 | 67 | 323 | 143 | 112 | 0 | 21 | 341 | 142 | 52 |
| Binary | 10 | 110111 | 11010011 | 1100011 | 1001010 | 0 | 10001 | 11100001 | 1100010 | 101010 |
Color Harmonies of #0237D3
Complementary color
Monochromatic Colors of #0237D3
Black with #0237D3
Text Example
Text Example
White with #0237D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0237D3; }
p { color: rgb(2,55,211); }
H1.HeaderClassName
{
color: #0237D3;
}
.AnyTagClassName
{
color: #0237D3;
}
</style>
background-color css
<style>
a { background-color: #0237D3; }
a { background-color: rgb(2,55,211); }
div.DivClassName
{
background-color: #0237D3;
}
.BgClassName
{
background-color: #0237D3;
}
</style>
border-color css
<style>
span { border-color: #0237D3; }
span { border-color: rgb(2,55,211); }
td.TdClassName
{
border-color: #0237D3;
}
.TagClassName
{
border-color: #0237D3;
}
</style>