Shades of Bondi Blue #0397B1
Tints of Bondi Blue #0397B1
RGB
CMYK
RGB Variations
Color information
#0397B1 (or 0x0397B1) is known color: Bondi Blue. HEX triplet: 03, 97 and B1. RGB value is (3,151,177). Sum of RGB (Red+Green+Blue) = 3+151+177=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #0397B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0397B1 is #FC684E. Grayscale: #6D6D6D. Windows color (decimal): -16541775 or 11638531. OLE color: 11638531.
HSL color Cylindrical-coordinate representation of color #0397B1: hue angle of 188.97º 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 #0397B1 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 151 | 177 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.31 |
| HSL | 188.97º | 0.97% | 0.35% | - |
| HSV(B) | 188.97º | 0.98% | 0.69% | - |
| XYZ | 19.04 | 25.33 | 45.48 | - |
| YUV | 109.71 | 165.97 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 177 | 0.98 | 0.15 | 0 | 0.31 | 188.97 | 0.97 | 0.35 |
| Hex | 3 | 97 | B1 | 62 | F | 0 | 1F | BD | 61 | 23 |
| Octal | 3 | 227 | 261 | 142 | 17 | 0 | 37 | 275 | 141 | 43 |
| Binary | 11 | 10010111 | 10110001 | 1100010 | 1111 | 0 | 11111 | 10111101 | 1100001 | 100011 |
Color Harmonies of #0397B1
Complementary color
Monochromatic Colors of #0397B1
Black with #0397B1
Text Example
Text Example
White with #0397B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0397B1; }
p { color: rgb(3,151,177); }
H1.HeaderClassName
{
color: #0397B1;
}
.AnyTagClassName
{
color: #0397B1;
}
</style>
background-color css
<style>
a { background-color: #0397B1; }
a { background-color: rgb(3,151,177); }
div.DivClassName
{
background-color: #0397B1;
}
.BgClassName
{
background-color: #0397B1;
}
</style>
border-color css
<style>
span { border-color: #0397B1; }
span { border-color: rgb(3,151,177); }
td.TdClassName
{
border-color: #0397B1;
}
.TagClassName
{
border-color: #0397B1;
}
</style>