Shades of Persian Blue #0334DF
Tints of Persian Blue #0334DF
RGB
CMYK
RGB Variations
Color information
#0334DF (or 0x0334DF) is known color: Persian Blue. HEX triplet: 03, 34 and DF. RGB value is (3,52,223). Sum of RGB (Red+Green+Blue) = 3+52+223=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #0334DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334DF is #FCCB20. Grayscale: #383838. Windows color (decimal): -16567073 or 14627843. OLE color: 14627843.
HSL color Cylindrical-coordinate representation of color #0334DF: hue angle of 226.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0334DF is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 52 | 223 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.13 |
| HSL | 226.64º | 0.97% | 0.44% | - |
| HSV(B) | 226.64º | 0.99% | 0.87% | - |
| XYZ | 14.58 | 7.8 | 70.55 | - |
| YUV | 56.84 | 221.77 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 223 | 0.99 | 0.77 | 0 | 0.13 | 226.64 | 0.97 | 0.44 |
| Hex | 3 | 34 | DF | 63 | 4D | 0 | D | E3 | 61 | 2C |
| Octal | 3 | 64 | 337 | 143 | 115 | 0 | 15 | 343 | 141 | 54 |
| Binary | 11 | 110100 | 11011111 | 1100011 | 1001101 | 0 | 1101 | 11100011 | 1100001 | 101100 |
Color Harmonies of #0334DF
Complementary color
Monochromatic Colors of #0334DF
Black with #0334DF
Text Example
Text Example
White with #0334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0334DF; }
p { color: rgb(3,52,223); }
H1.HeaderClassName
{
color: #0334DF;
}
.AnyTagClassName
{
color: #0334DF;
}
</style>
background-color css
<style>
a { background-color: #0334DF; }
a { background-color: rgb(3,52,223); }
div.DivClassName
{
background-color: #0334DF;
}
.BgClassName
{
background-color: #0334DF;
}
</style>
border-color css
<style>
span { border-color: #0334DF; }
span { border-color: rgb(3,52,223); }
td.TdClassName
{
border-color: #0334DF;
}
.TagClassName
{
border-color: #0334DF;
}
</style>