Shades of Bondi Blue #0396AA
Tints of Bondi Blue #0396AA
RGB
CMYK
RGB Variations
Color information
#0396AA (or 0x0396AA) is known color: Bondi Blue. HEX triplet: 03, 96 and AA. RGB value is (3,150,170). Sum of RGB (Red+Green+Blue) = 3+150+170=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0396AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0396AA is #FC6955. Grayscale: #6C6C6C. Windows color (decimal): -16542038 or 11179523. OLE color: 11179523.
HSL color Cylindrical-coordinate representation of color #0396AA: hue angle of 187.19º 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 #0396AA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 150 | 170 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.33 |
| HSL | 187.19º | 0.97% | 0.34% | - |
| HSV(B) | 187.19º | 0.98% | 0.67% | - |
| XYZ | 18.2 | 24.73 | 41.85 | - |
| YUV | 108.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 170 | 0.98 | 0.12 | 0 | 0.33 | 187.19 | 0.97 | 0.34 |
| Hex | 3 | 96 | AA | 62 | C | 0 | 21 | BB | 61 | 22 |
| Octal | 3 | 226 | 252 | 142 | 14 | 0 | 41 | 273 | 141 | 42 |
| Binary | 11 | 10010110 | 10101010 | 1100010 | 1100 | 0 | 100001 | 10111011 | 1100001 | 100010 |
Color Harmonies of #0396AA
Complementary color
Monochromatic Colors of #0396AA
Black with #0396AA
Text Example
Text Example
White with #0396AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0396AA; }
p { color: rgb(3,150,170); }
H1.HeaderClassName
{
color: #0396AA;
}
.AnyTagClassName
{
color: #0396AA;
}
</style>
background-color css
<style>
a { background-color: #0396AA; }
a { background-color: rgb(3,150,170); }
div.DivClassName
{
background-color: #0396AA;
}
.BgClassName
{
background-color: #0396AA;
}
</style>
border-color css
<style>
span { border-color: #0396AA; }
span { border-color: rgb(3,150,170); }
td.TdClassName
{
border-color: #0396AA;
}
.TagClassName
{
border-color: #0396AA;
}
</style>