Shades of Bondi Blue #0390AB
Tints of Bondi Blue #0390AB
RGB
CMYK
RGB Variations
Color information
#0390AB (or 0x0390AB) is known color: Bondi Blue. HEX triplet: 03, 90 and AB. RGB value is (3,144,171). Sum of RGB (Red+Green+Blue) = 3+144+171=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #0390AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0390AB is #FC6F54. Grayscale: #686868. Windows color (decimal): -16543573 or 11243523. OLE color: 11243523.
HSL color Cylindrical-coordinate representation of color #0390AB: hue angle of 189.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390AB is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 144 | 171 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.33 |
| HSL | 189.64º | 0.97% | 0.34% | - |
| HSV(B) | 189.64º | 0.98% | 0.67% | - |
| XYZ | 17.36 | 22.91 | 42.03 | - |
| YUV | 104.92 | 165.29 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 171 | 0.98 | 0.16 | 0 | 0.33 | 189.64 | 0.97 | 0.34 |
| Hex | 3 | 90 | AB | 62 | 10 | 0 | 21 | BE | 61 | 22 |
| Octal | 3 | 220 | 253 | 142 | 20 | 0 | 41 | 276 | 141 | 42 |
| Binary | 11 | 10010000 | 10101011 | 1100010 | 10000 | 0 | 100001 | 10111110 | 1100001 | 100010 |
Color Harmonies of #0390AB
Complementary color
Monochromatic Colors of #0390AB
Black with #0390AB
Text Example
Text Example
White with #0390AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390AB; }
p { color: rgb(3,144,171); }
H1.HeaderClassName
{
color: #0390AB;
}
.AnyTagClassName
{
color: #0390AB;
}
</style>
background-color css
<style>
a { background-color: #0390AB; }
a { background-color: rgb(3,144,171); }
div.DivClassName
{
background-color: #0390AB;
}
.BgClassName
{
background-color: #0390AB;
}
</style>
border-color css
<style>
span { border-color: #0390AB; }
span { border-color: rgb(3,144,171); }
td.TdClassName
{
border-color: #0390AB;
}
.TagClassName
{
border-color: #0390AB;
}
</style>