Shades of Bondi Blue #0390AD
Tints of Bondi Blue #0390AD
RGB
CMYK
RGB Variations
Color information
#0390AD (or 0x0390AD) is known color: Bondi Blue. HEX triplet: 03, 90 and AD. RGB value is (3,144,173). Sum of RGB (Red+Green+Blue) = 3+144+173=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #0390AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0390AD is #FC6F52. Grayscale: #686868. Windows color (decimal): -16543571 or 11374595. OLE color: 11374595.
HSL color Cylindrical-coordinate representation of color #0390AD: hue angle of 190.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390AD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 144 | 173 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.32 |
| HSL | 190.24º | 0.97% | 0.35% | - |
| HSV(B) | 190.24º | 0.98% | 0.68% | - |
| XYZ | 17.55 | 22.98 | 43.05 | - |
| YUV | 105.15 | 166.29 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 173 | 0.98 | 0.17 | 0 | 0.32 | 190.24 | 0.97 | 0.35 |
| Hex | 3 | 90 | AD | 62 | 11 | 0 | 20 | BE | 61 | 23 |
| Octal | 3 | 220 | 255 | 142 | 21 | 0 | 40 | 276 | 141 | 43 |
| Binary | 11 | 10010000 | 10101101 | 1100010 | 10001 | 0 | 100000 | 10111110 | 1100001 | 100011 |
Color Harmonies of #0390AD
Complementary color
Monochromatic Colors of #0390AD
Black with #0390AD
Text Example
Text Example
White with #0390AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390AD; }
p { color: rgb(3,144,173); }
H1.HeaderClassName
{
color: #0390AD;
}
.AnyTagClassName
{
color: #0390AD;
}
</style>
background-color css
<style>
a { background-color: #0390AD; }
a { background-color: rgb(3,144,173); }
div.DivClassName
{
background-color: #0390AD;
}
.BgClassName
{
background-color: #0390AD;
}
</style>
border-color css
<style>
span { border-color: #0390AD; }
span { border-color: rgb(3,144,173); }
td.TdClassName
{
border-color: #0390AD;
}
.TagClassName
{
border-color: #0390AD;
}
</style>