Shades of Persian Blue #033BEF
Tints of Persian Blue #033BEF
RGB
CMYK
RGB Variations
Color information
#033BEF (or 0x033BEF) is known color: Persian Blue. HEX triplet: 03, 3B and EF. RGB value is (3,59,239). Sum of RGB (Red+Green+Blue) = 3+59+239=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #033BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033BEF is #FCC410. Grayscale: #3D3D3D. Windows color (decimal): -16565265 or 15678211. OLE color: 15678211.
HSL color Cylindrical-coordinate representation of color #033BEF: hue angle of 225.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BEF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 59 | 239 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.06 |
| HSL | 225.76º | 0.98% | 0.47% | - |
| HSV(B) | 225.76º | 0.99% | 0.94% | - |
| XYZ | 17.18 | 9.38 | 82.57 | - |
| YUV | 62.78 | 227.45 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 239 | 0.99 | 0.75 | 0 | 0.06 | 225.76 | 0.98 | 0.47 |
| Hex | 3 | 3B | EF | 63 | 4B | 0 | 6 | E2 | 62 | 2F |
| Octal | 3 | 73 | 357 | 143 | 113 | 0 | 6 | 342 | 142 | 57 |
| Binary | 11 | 111011 | 11101111 | 1100011 | 1001011 | 0 | 110 | 11100010 | 1100010 | 101111 |
Color Harmonies of #033BEF
Complementary color
Monochromatic Colors of #033BEF
Black with #033BEF
Text Example
Text Example
White with #033BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BEF; }
p { color: rgb(3,59,239); }
H1.HeaderClassName
{
color: #033BEF;
}
.AnyTagClassName
{
color: #033BEF;
}
</style>
background-color css
<style>
a { background-color: #033BEF; }
a { background-color: rgb(3,59,239); }
div.DivClassName
{
background-color: #033BEF;
}
.BgClassName
{
background-color: #033BEF;
}
</style>
border-color css
<style>
span { border-color: #033BEF; }
span { border-color: rgb(3,59,239); }
td.TdClassName
{
border-color: #033BEF;
}
.TagClassName
{
border-color: #033BEF;
}
</style>