Shades of Bondi Blue #0398AB
Tints of Bondi Blue #0398AB
RGB
CMYK
RGB Variations
Color information
#0398AB (or 0x0398AB) is known color: Bondi Blue. HEX triplet: 03, 98 and AB. RGB value is (3,152,171). Sum of RGB (Red+Green+Blue) = 3+152+171=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0398AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0398AB is #FC6754. Grayscale: #6D6D6D. Windows color (decimal): -16541525 or 11245571. OLE color: 11245571.
HSL color Cylindrical-coordinate representation of color #0398AB: hue angle of 186.79º 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 #0398AB is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 152 | 171 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.33 |
| HSL | 186.79º | 0.97% | 0.34% | - |
| HSV(B) | 186.79º | 0.98% | 0.67% | - |
| XYZ | 18.62 | 25.42 | 42.45 | - |
| YUV | 109.62 | 162.64 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 171 | 0.98 | 0.11 | 0 | 0.33 | 186.79 | 0.97 | 0.34 |
| Hex | 3 | 98 | AB | 62 | B | 0 | 21 | BB | 61 | 22 |
| Octal | 3 | 230 | 253 | 142 | 13 | 0 | 41 | 273 | 141 | 42 |
| Binary | 11 | 10011000 | 10101011 | 1100010 | 1011 | 0 | 100001 | 10111011 | 1100001 | 100010 |
Color Harmonies of #0398AB
Complementary color
Monochromatic Colors of #0398AB
Black with #0398AB
Text Example
Text Example
White with #0398AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0398AB; }
p { color: rgb(3,152,171); }
H1.HeaderClassName
{
color: #0398AB;
}
.AnyTagClassName
{
color: #0398AB;
}
</style>
background-color css
<style>
a { background-color: #0398AB; }
a { background-color: rgb(3,152,171); }
div.DivClassName
{
background-color: #0398AB;
}
.BgClassName
{
background-color: #0398AB;
}
</style>
border-color css
<style>
span { border-color: #0398AB; }
span { border-color: rgb(3,152,171); }
td.TdClassName
{
border-color: #0398AB;
}
.TagClassName
{
border-color: #0398AB;
}
</style>