Shades of Persian Blue #0338DC
Tints of Persian Blue #0338DC
RGB
CMYK
RGB Variations
Color information
#0338DC (or 0x0338DC) is known color: Persian Blue. HEX triplet: 03, 38 and DC. RGB value is (3,56,220). Sum of RGB (Red+Green+Blue) = 3+56+220=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #0338DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0338DC is #FCC723. Grayscale: #3A3A3A. Windows color (decimal): -16566052 or 14432259. OLE color: 14432259.
HSL color Cylindrical-coordinate representation of color #0338DC: hue angle of 225.35º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0338DC is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 56 | 220 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.14 |
| HSL | 225.35º | 0.97% | 0.44% | - |
| HSV(B) | 225.35º | 0.99% | 0.86% | - |
| XYZ | 14.37 | 8.02 | 68.5 | - |
| YUV | 58.85 | 218.94 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 220 | 0.99 | 0.75 | 0 | 0.14 | 225.35 | 0.97 | 0.44 |
| Hex | 3 | 38 | DC | 63 | 4B | 0 | E | E1 | 61 | 2C |
| Octal | 3 | 70 | 334 | 143 | 113 | 0 | 16 | 341 | 141 | 54 |
| Binary | 11 | 111000 | 11011100 | 1100011 | 1001011 | 0 | 1110 | 11100001 | 1100001 | 101100 |
Color Harmonies of #0338DC
Complementary color
Monochromatic Colors of #0338DC
Black with #0338DC
Text Example
Text Example
White with #0338DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338DC; }
p { color: rgb(3,56,220); }
H1.HeaderClassName
{
color: #0338DC;
}
.AnyTagClassName
{
color: #0338DC;
}
</style>
background-color css
<style>
a { background-color: #0338DC; }
a { background-color: rgb(3,56,220); }
div.DivClassName
{
background-color: #0338DC;
}
.BgClassName
{
background-color: #0338DC;
}
</style>
border-color css
<style>
span { border-color: #0338DC; }
span { border-color: rgb(3,56,220); }
td.TdClassName
{
border-color: #0338DC;
}
.TagClassName
{
border-color: #0338DC;
}
</style>