Shades of Bondi Blue #0390BA
Tints of Bondi Blue #0390BA
RGB
CMYK
RGB Variations
Color information
#0390BA (or 0x0390BA) is known color: Bondi Blue. HEX triplet: 03, 90 and BA. RGB value is (3,144,186). Sum of RGB (Red+Green+Blue) = 3+144+186=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #0390BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390BA is #FC6F45. Grayscale: #6A6A6A. Windows color (decimal): -16543558 or 12226563. OLE color: 12226563.
HSL color Cylindrical-coordinate representation of color #0390BA: hue angle of 193.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390BA is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 144 | 186 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.27 |
| HSL | 193.77º | 0.97% | 0.37% | - |
| HSV(B) | 193.77º | 0.98% | 0.73% | - |
| XYZ | 18.87 | 23.51 | 50 | - |
| YUV | 106.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 186 | 0.98 | 0.23 | 0 | 0.27 | 193.77 | 0.97 | 0.37 |
| Hex | 3 | 90 | BA | 62 | 17 | 0 | 1B | C2 | 61 | 25 |
| Octal | 3 | 220 | 272 | 142 | 27 | 0 | 33 | 302 | 141 | 45 |
| Binary | 11 | 10010000 | 10111010 | 1100010 | 10111 | 0 | 11011 | 11000010 | 1100001 | 100101 |
Color Harmonies of #0390BA
Complementary color
Monochromatic Colors of #0390BA
Black with #0390BA
Text Example
Text Example
White with #0390BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390BA; }
p { color: rgb(3,144,186); }
H1.HeaderClassName
{
color: #0390BA;
}
.AnyTagClassName
{
color: #0390BA;
}
</style>
background-color css
<style>
a { background-color: #0390BA; }
a { background-color: rgb(3,144,186); }
div.DivClassName
{
background-color: #0390BA;
}
.BgClassName
{
background-color: #0390BA;
}
</style>
border-color css
<style>
span { border-color: #0390BA; }
span { border-color: rgb(3,144,186); }
td.TdClassName
{
border-color: #0390BA;
}
.TagClassName
{
border-color: #0390BA;
}
</style>