Shades of Bondi Blue #0386BA
Tints of Bondi Blue #0386BA
RGB
CMYK
RGB Variations
Color information
#0386BA (or 0x0386BA) is known color: Bondi Blue. HEX triplet: 03, 86 and BA. RGB value is (3,134,186). Sum of RGB (Red+Green+Blue) = 3+134+186=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #0386BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386BA is #FC7945. Grayscale: #646464. Windows color (decimal): -16546118 or 12224003. OLE color: 12224003.
HSL color Cylindrical-coordinate representation of color #0386BA: hue angle of 197.05º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0386BA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 134 | 186 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.27 |
| HSL | 197.05º | 0.97% | 0.37% | - |
| HSV(B) | 197.05º | 0.98% | 0.73% | - |
| XYZ | 17.43 | 20.61 | 49.52 | - |
| YUV | 100.76 | 176.1 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 186 | 0.98 | 0.28 | 0 | 0.27 | 197.05 | 0.97 | 0.37 |
| Hex | 3 | 86 | BA | 62 | 1C | 0 | 1B | C5 | 61 | 25 |
| Octal | 3 | 206 | 272 | 142 | 34 | 0 | 33 | 305 | 141 | 45 |
| Binary | 11 | 10000110 | 10111010 | 1100010 | 11100 | 0 | 11011 | 11000101 | 1100001 | 100101 |
Color Harmonies of #0386BA
Complementary color
Monochromatic Colors of #0386BA
Black with #0386BA
Text Example
Text Example
White with #0386BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386BA; }
p { color: rgb(3,134,186); }
H1.HeaderClassName
{
color: #0386BA;
}
.AnyTagClassName
{
color: #0386BA;
}
</style>
background-color css
<style>
a { background-color: #0386BA; }
a { background-color: rgb(3,134,186); }
div.DivClassName
{
background-color: #0386BA;
}
.BgClassName
{
background-color: #0386BA;
}
</style>
border-color css
<style>
span { border-color: #0386BA; }
span { border-color: rgb(3,134,186); }
td.TdClassName
{
border-color: #0386BA;
}
.TagClassName
{
border-color: #0386BA;
}
</style>