Shades of Bondi Blue #0390BB
Tints of Bondi Blue #0390BB
RGB
CMYK
RGB Variations
Color information
#0390BB (or 0x0390BB) is known color: Bondi Blue. HEX triplet: 03, 90 and BB. RGB value is (3,144,187). Sum of RGB (Red+Green+Blue) = 3+144+187=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #0390BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390BB is #FC6F44. Grayscale: #6A6A6A. Windows color (decimal): -16543557 or 12292099. OLE color: 12292099.
HSL color Cylindrical-coordinate representation of color #0390BB: hue angle of 194.02º 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 #0390BB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 144 | 187 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.27 |
| HSL | 194.02º | 0.97% | 0.37% | - |
| HSV(B) | 194.02º | 0.98% | 0.73% | - |
| XYZ | 18.98 | 23.55 | 50.56 | - |
| YUV | 106.74 | 173.29 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 187 | 0.98 | 0.23 | 0 | 0.27 | 194.02 | 0.97 | 0.37 |
| Hex | 3 | 90 | BB | 62 | 17 | 0 | 1B | C2 | 61 | 25 |
| Octal | 3 | 220 | 273 | 142 | 27 | 0 | 33 | 302 | 141 | 45 |
| Binary | 11 | 10010000 | 10111011 | 1100010 | 10111 | 0 | 11011 | 11000010 | 1100001 | 100101 |
Color Harmonies of #0390BB
Complementary color
Monochromatic Colors of #0390BB
Black with #0390BB
Text Example
Text Example
White with #0390BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390BB; }
p { color: rgb(3,144,187); }
H1.HeaderClassName
{
color: #0390BB;
}
.AnyTagClassName
{
color: #0390BB;
}
</style>
background-color css
<style>
a { background-color: #0390BB; }
a { background-color: rgb(3,144,187); }
div.DivClassName
{
background-color: #0390BB;
}
.BgClassName
{
background-color: #0390BB;
}
</style>
border-color css
<style>
span { border-color: #0390BB; }
span { border-color: rgb(3,144,187); }
td.TdClassName
{
border-color: #0390BB;
}
.TagClassName
{
border-color: #0390BB;
}
</style>