Shades of Bondi Blue #0398BC
Tints of Bondi Blue #0398BC
RGB
CMYK
RGB Variations
Color information
#0398BC (or 0x0398BC) is known color: Bondi Blue. HEX triplet: 03, 98 and BC. RGB value is (3,152,188). Sum of RGB (Red+Green+Blue) = 3+152+188=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #0398BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398BC is #FC6743. Grayscale: #6F6F6F. Windows color (decimal): -16541508 or 12359683. OLE color: 12359683.
HSL color Cylindrical-coordinate representation of color #0398BC: hue angle of 191.68º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0398BC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 152 | 188 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.26 |
| HSL | 191.68º | 0.97% | 0.37% | - |
| HSV(B) | 191.68º | 0.98% | 0.74% | - |
| XYZ | 20.34 | 26.11 | 51.54 | - |
| YUV | 111.55 | 171.14 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 188 | 0.98 | 0.19 | 0 | 0.26 | 191.68 | 0.97 | 0.37 |
| Hex | 3 | 98 | BC | 62 | 13 | 0 | 1A | C0 | 61 | 25 |
| Octal | 3 | 230 | 274 | 142 | 23 | 0 | 32 | 300 | 141 | 45 |
| Binary | 11 | 10011000 | 10111100 | 1100010 | 10011 | 0 | 11010 | 11000000 | 1100001 | 100101 |
Color Harmonies of #0398BC
Complementary color
Monochromatic Colors of #0398BC
Black with #0398BC
Text Example
Text Example
White with #0398BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0398BC; }
p { color: rgb(3,152,188); }
H1.HeaderClassName
{
color: #0398BC;
}
.AnyTagClassName
{
color: #0398BC;
}
</style>
background-color css
<style>
a { background-color: #0398BC; }
a { background-color: rgb(3,152,188); }
div.DivClassName
{
background-color: #0398BC;
}
.BgClassName
{
background-color: #0398BC;
}
</style>
border-color css
<style>
span { border-color: #0398BC; }
span { border-color: rgb(3,152,188); }
td.TdClassName
{
border-color: #0398BC;
}
.TagClassName
{
border-color: #0398BC;
}
</style>