Shades of Bondi Blue #0397B2
Tints of Bondi Blue #0397B2
RGB
CMYK
RGB Variations
Color information
#0397B2 (or 0x0397B2) is known color: Bondi Blue. HEX triplet: 03, 97 and B2. RGB value is (3,151,178). Sum of RGB (Red+Green+Blue) = 3+151+178=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #0397B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0397B2 is #FC684D. Grayscale: #6D6D6D. Windows color (decimal): -16541774 or 11704067. OLE color: 11704067.
HSL color Cylindrical-coordinate representation of color #0397B2: hue angle of 189.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0397B2 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 151 | 178 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.30 |
| HSL | 189.26º | 0.97% | 0.35% | - |
| HSV(B) | 189.26º | 0.98% | 0.7% | - |
| XYZ | 19.14 | 25.37 | 46.01 | - |
| YUV | 109.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 178 | 0.98 | 0.15 | 0 | 0.30 | 189.26 | 0.97 | 0.35 |
| Hex | 3 | 97 | B2 | 62 | F | 0 | 1E | BD | 61 | 23 |
| Octal | 3 | 227 | 262 | 142 | 17 | 0 | 36 | 275 | 141 | 43 |
| Binary | 11 | 10010111 | 10110010 | 1100010 | 1111 | 0 | 11110 | 10111101 | 1100001 | 100011 |
Color Harmonies of #0397B2
Complementary color
Monochromatic Colors of #0397B2
Black with #0397B2
Text Example
Text Example
White with #0397B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0397B2; }
p { color: rgb(3,151,178); }
H1.HeaderClassName
{
color: #0397B2;
}
.AnyTagClassName
{
color: #0397B2;
}
</style>
background-color css
<style>
a { background-color: #0397B2; }
a { background-color: rgb(3,151,178); }
div.DivClassName
{
background-color: #0397B2;
}
.BgClassName
{
background-color: #0397B2;
}
</style>
border-color css
<style>
span { border-color: #0397B2; }
span { border-color: rgb(3,151,178); }
td.TdClassName
{
border-color: #0397B2;
}
.TagClassName
{
border-color: #0397B2;
}
</style>