Shades of Persian Blue #0038DB
Tints of Persian Blue #0038DB
RGB
CMYK
RGB Variations
Color information
#0038DB (or 0x0038DB) is known color: Persian Blue. HEX triplet: 00, 38 and DB. RGB value is (0,56,219). Sum of RGB (Red+Green+Blue) = 0+56+219=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #0038DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038DB is #FFC724. Grayscale: #393939. Windows color (decimal): -16762661 or 14366720. OLE color: 14366720.
HSL color Cylindrical-coordinate representation of color #0038DB: hue angle of 224.66º 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 #0038DB is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 56 | 219 | - |
| CMYK | 1 | 0.74 | 0 | 0.14 |
| HSL | 224.66º | 1% | 0.43% | - |
| HSV(B) | 224.66º | 1% | 0.86% | - |
| XYZ | 14.2 | 7.94 | 67.8 | - |
| YUV | 57.84 | 218.95 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 219 | 1 | 0.74 | 0 | 0.14 | 224.66 | 1 | 0.43 |
| Hex | 0 | 38 | DB | 64 | 4A | 0 | E | E1 | 64 | 2B |
| Octal | 0 | 70 | 333 | 144 | 112 | 0 | 16 | 341 | 144 | 53 |
| Binary | 0 | 111000 | 11011011 | 1100100 | 1001010 | 0 | 1110 | 11100001 | 1100100 | 101011 |
Color Harmonies of #0038DB
Complementary color
Monochromatic Colors of #0038DB
Black with #0038DB
Text Example
Text Example
White with #0038DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0038DB; }
p { color: rgb(0,56,219); }
H1.HeaderClassName
{
color: #0038DB;
}
.AnyTagClassName
{
color: #0038DB;
}
</style>
background-color css
<style>
a { background-color: #0038DB; }
a { background-color: rgb(0,56,219); }
div.DivClassName
{
background-color: #0038DB;
}
.BgClassName
{
background-color: #0038DB;
}
</style>
border-color css
<style>
span { border-color: #0038DB; }
span { border-color: rgb(0,56,219); }
td.TdClassName
{
border-color: #0038DB;
}
.TagClassName
{
border-color: #0038DB;
}
</style>