Shades of Persian Blue #0638DD
Tints of Persian Blue #0638DD
RGB
CMYK
RGB Variations
Color information
#0638DD (or 0x0638DD) is known color: Persian Blue. HEX triplet: 06, 38 and DD. RGB value is (6,56,221). Sum of RGB (Red+Green+Blue) = 6+56+221=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #0638DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0638DD is #F9C722. Grayscale: #3B3B3B. Windows color (decimal): -16369443 or 14497798. OLE color: 14497798.
HSL color Cylindrical-coordinate representation of color #0638DD: hue angle of 226.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0638DD is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 56 | 221 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.13 |
| HSL | 226.05º | 0.95% | 0.45% | - |
| HSV(B) | 226.05º | 0.97% | 0.87% | - |
| XYZ | 14.54 | 8.09 | 69.2 | - |
| YUV | 59.86 | 218.94 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 221 | 0.97 | 0.75 | 0 | 0.13 | 226.05 | 0.95 | 0.45 |
| Hex | 6 | 38 | DD | 61 | 4B | 0 | D | E2 | 5F | 2D |
| Octal | 6 | 70 | 335 | 141 | 113 | 0 | 15 | 342 | 137 | 55 |
| Binary | 110 | 111000 | 11011101 | 1100001 | 1001011 | 0 | 1101 | 11100010 | 1011111 | 101101 |
Color Harmonies of #0638DD
Complementary color
Monochromatic Colors of #0638DD
Black with #0638DD
Text Example
Text Example
White with #0638DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0638DD; }
p { color: rgb(6,56,221); }
H1.HeaderClassName
{
color: #0638DD;
}
.AnyTagClassName
{
color: #0638DD;
}
</style>
background-color css
<style>
a { background-color: #0638DD; }
a { background-color: rgb(6,56,221); }
div.DivClassName
{
background-color: #0638DD;
}
.BgClassName
{
background-color: #0638DD;
}
</style>
border-color css
<style>
span { border-color: #0638DD; }
span { border-color: rgb(6,56,221); }
td.TdClassName
{
border-color: #0638DD;
}
.TagClassName
{
border-color: #0638DD;
}
</style>