Shades of Bondi Blue #0396B1
Tints of Bondi Blue #0396B1
RGB
CMYK
RGB Variations
Color information
#0396B1 (or 0x0396B1) is known color: Bondi Blue. HEX triplet: 03, 96 and B1. RGB value is (3,150,177). Sum of RGB (Red+Green+Blue) = 3+150+177=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #0396B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0396B1 is #FC694E. Grayscale: #6C6C6C. Windows color (decimal): -16542031 or 11638275. OLE color: 11638275.
HSL color Cylindrical-coordinate representation of color #0396B1: hue angle of 189.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0396B1 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 150 | 177 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.31 |
| HSL | 189.31º | 0.97% | 0.35% | - |
| HSV(B) | 189.31º | 0.98% | 0.69% | - |
| XYZ | 18.88 | 25.01 | 45.43 | - |
| YUV | 109.13 | 166.3 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 177 | 0.98 | 0.15 | 0 | 0.31 | 189.31 | 0.97 | 0.35 |
| Hex | 3 | 96 | B1 | 62 | F | 0 | 1F | BD | 61 | 23 |
| Octal | 3 | 226 | 261 | 142 | 17 | 0 | 37 | 275 | 141 | 43 |
| Binary | 11 | 10010110 | 10110001 | 1100010 | 1111 | 0 | 11111 | 10111101 | 1100001 | 100011 |
Color Harmonies of #0396B1
Complementary color
Monochromatic Colors of #0396B1
Black with #0396B1
Text Example
Text Example
White with #0396B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0396B1; }
p { color: rgb(3,150,177); }
H1.HeaderClassName
{
color: #0396B1;
}
.AnyTagClassName
{
color: #0396B1;
}
</style>
background-color css
<style>
a { background-color: #0396B1; }
a { background-color: rgb(3,150,177); }
div.DivClassName
{
background-color: #0396B1;
}
.BgClassName
{
background-color: #0396B1;
}
</style>
border-color css
<style>
span { border-color: #0396B1; }
span { border-color: rgb(3,150,177); }
td.TdClassName
{
border-color: #0396B1;
}
.TagClassName
{
border-color: #0396B1;
}
</style>