Shades of Bondi Blue #0390AC
Tints of Bondi Blue #0390AC
RGB
CMYK
RGB Variations
Color information
#0390AC (or 0x0390AC) is known color: Bondi Blue. HEX triplet: 03, 90 and AC. RGB value is (3,144,172). Sum of RGB (Red+Green+Blue) = 3+144+172=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #0390AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0390AC is #FC6F53. Grayscale: #686868. Windows color (decimal): -16543572 or 11309059. OLE color: 11309059.
HSL color Cylindrical-coordinate representation of color #0390AC: hue angle of 189.94º 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 #0390AC is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 144 | 172 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.33 |
| HSL | 189.94º | 0.97% | 0.34% | - |
| HSV(B) | 189.94º | 0.98% | 0.67% | - |
| XYZ | 17.46 | 22.94 | 42.54 | - |
| YUV | 105.03 | 165.79 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 172 | 0.98 | 0.16 | 0 | 0.33 | 189.94 | 0.97 | 0.34 |
| Hex | 3 | 90 | AC | 62 | 10 | 0 | 21 | BE | 61 | 22 |
| Octal | 3 | 220 | 254 | 142 | 20 | 0 | 41 | 276 | 141 | 42 |
| Binary | 11 | 10010000 | 10101100 | 1100010 | 10000 | 0 | 100001 | 10111110 | 1100001 | 100010 |
Color Harmonies of #0390AC
Complementary color
Monochromatic Colors of #0390AC
Black with #0390AC
Text Example
Text Example
White with #0390AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390AC; }
p { color: rgb(3,144,172); }
H1.HeaderClassName
{
color: #0390AC;
}
.AnyTagClassName
{
color: #0390AC;
}
</style>
background-color css
<style>
a { background-color: #0390AC; }
a { background-color: rgb(3,144,172); }
div.DivClassName
{
background-color: #0390AC;
}
.BgClassName
{
background-color: #0390AC;
}
</style>
border-color css
<style>
span { border-color: #0390AC; }
span { border-color: rgb(3,144,172); }
td.TdClassName
{
border-color: #0390AC;
}
.TagClassName
{
border-color: #0390AC;
}
</style>