Shades of Persian Blue #003BED
Tints of Persian Blue #003BED
RGB
CMYK
RGB Variations
Color information
#003BED (or 0x003BED) is known color: Persian Blue. HEX triplet: 00, 3B and ED. RGB value is (0,59,237). Sum of RGB (Red+Green+Blue) = 0+59+237=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #003BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BED is #FFC412. Grayscale: #3C3C3C. Windows color (decimal): -16761875 or 15547136. OLE color: 15547136.
HSL color Cylindrical-coordinate representation of color #003BED: hue angle of 225.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BED is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 59 | 237 | - |
| CMYK | 1 | 0.75 | 0 | 0.07 |
| HSL | 225.06º | 1% | 0.46% | - |
| HSV(B) | 225.06º | 1% | 0.93% | - |
| XYZ | 16.85 | 9.24 | 81.02 | - |
| YUV | 61.65 | 226.95 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 237 | 1 | 0.75 | 0 | 0.07 | 225.06 | 1 | 0.46 |
| Hex | 0 | 3B | ED | 64 | 4B | 0 | 7 | E1 | 64 | 2E |
| Octal | 0 | 73 | 355 | 144 | 113 | 0 | 7 | 341 | 144 | 56 |
| Binary | 0 | 111011 | 11101101 | 1100100 | 1001011 | 0 | 111 | 11100001 | 1100100 | 101110 |
Color Harmonies of #003BED
Complementary color
Monochromatic Colors of #003BED
Black with #003BED
Text Example
Text Example
White with #003BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BED; }
p { color: rgb(0,59,237); }
H1.HeaderClassName
{
color: #003BED;
}
.AnyTagClassName
{
color: #003BED;
}
</style>
background-color css
<style>
a { background-color: #003BED; }
a { background-color: rgb(0,59,237); }
div.DivClassName
{
background-color: #003BED;
}
.BgClassName
{
background-color: #003BED;
}
</style>
border-color css
<style>
span { border-color: #003BED; }
span { border-color: rgb(0,59,237); }
td.TdClassName
{
border-color: #003BED;
}
.TagClassName
{
border-color: #003BED;
}
</style>