Shades of Persian Blue #0038DC
Tints of Persian Blue #0038DC
RGB
CMYK
RGB Variations
Color information
#0038DC (or 0x0038DC) is known color: Persian Blue. HEX triplet: 00, 38 and DC. RGB value is (0,56,220). Sum of RGB (Red+Green+Blue) = 0+56+220=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0038DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038DC is #FFC723. Grayscale: #393939. Windows color (decimal): -16762660 or 14432256. OLE color: 14432256.
HSL color Cylindrical-coordinate representation of color #0038DC: hue angle of 224.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038DC is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 56 | 220 | - |
| CMYK | 1 | 0.75 | 0 | 0.14 |
| HSL | 224.73º | 1% | 0.43% | - |
| HSV(B) | 224.73º | 1% | 0.86% | - |
| XYZ | 14.33 | 8 | 68.5 | - |
| YUV | 57.95 | 219.45 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 220 | 1 | 0.75 | 0 | 0.14 | 224.73 | 1 | 0.43 |
| Hex | 0 | 38 | DC | 64 | 4B | 0 | E | E1 | 64 | 2B |
| Octal | 0 | 70 | 334 | 144 | 113 | 0 | 16 | 341 | 144 | 53 |
| Binary | 0 | 111000 | 11011100 | 1100100 | 1001011 | 0 | 1110 | 11100001 | 1100100 | 101011 |
Color Harmonies of #0038DC
Complementary color
Monochromatic Colors of #0038DC
Black with #0038DC
Text Example
Text Example
White with #0038DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0038DC; }
p { color: rgb(0,56,220); }
H1.HeaderClassName
{
color: #0038DC;
}
.AnyTagClassName
{
color: #0038DC;
}
</style>
background-color css
<style>
a { background-color: #0038DC; }
a { background-color: rgb(0,56,220); }
div.DivClassName
{
background-color: #0038DC;
}
.BgClassName
{
background-color: #0038DC;
}
</style>
border-color css
<style>
span { border-color: #0038DC; }
span { border-color: rgb(0,56,220); }
td.TdClassName
{
border-color: #0038DC;
}
.TagClassName
{
border-color: #0038DC;
}
</style>