Shades of Persian Blue #033BF2
Tints of Persian Blue #033BF2
RGB
CMYK
RGB Variations
Color information
#033BF2 (or 0x033BF2) is known color: Persian Blue. HEX triplet: 03, 3B and F2. RGB value is (3,59,242). Sum of RGB (Red+Green+Blue) = 3+59+242=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 242 (94.92% from 255 or 79.61% from 304); Max value from RGB is 242 - color contains mainly: blue. Hex color #033BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033BF2 is #FCC40D. Grayscale: #3E3E3E. Windows color (decimal): -16565262 or 15874819. OLE color: 15874819.
HSL color Cylindrical-coordinate representation of color #033BF2: hue angle of 225.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BF2 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 59 | 242 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.05 |
| HSL | 225.94º | 0.98% | 0.48% | - |
| HSV(B) | 225.94º | 0.99% | 0.95% | - |
| XYZ | 17.63 | 9.56 | 84.92 | - |
| YUV | 63.12 | 228.95 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 242 | 0.99 | 0.76 | 0 | 0.05 | 225.94 | 0.98 | 0.48 |
| Hex | 3 | 3B | F2 | 63 | 4C | 0 | 5 | E2 | 62 | 30 |
| Octal | 3 | 73 | 362 | 143 | 114 | 0 | 5 | 342 | 142 | 60 |
| Binary | 11 | 111011 | 11110010 | 1100011 | 1001100 | 0 | 101 | 11100010 | 1100010 | 110000 |
Color Harmonies of #033BF2
Complementary color
Monochromatic Colors of #033BF2
Black with #033BF2
Text Example
Text Example
White with #033BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BF2; }
p { color: rgb(3,59,242); }
H1.HeaderClassName
{
color: #033BF2;
}
.AnyTagClassName
{
color: #033BF2;
}
</style>
background-color css
<style>
a { background-color: #033BF2; }
a { background-color: rgb(3,59,242); }
div.DivClassName
{
background-color: #033BF2;
}
.BgClassName
{
background-color: #033BF2;
}
</style>
border-color css
<style>
span { border-color: #033BF2; }
span { border-color: rgb(3,59,242); }
td.TdClassName
{
border-color: #033BF2;
}
.TagClassName
{
border-color: #033BF2;
}
</style>