Shades of Bondi Blue #0386BD
Tints of Bondi Blue #0386BD
RGB
CMYK
RGB Variations
Color information
#0386BD (or 0x0386BD) is known color: Bondi Blue. HEX triplet: 03, 86 and BD. RGB value is (3,134,189). Sum of RGB (Red+Green+Blue) = 3+134+189=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0386BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386BD is #FC7942. Grayscale: #646464. Windows color (decimal): -16546115 or 12420611. OLE color: 12420611.
HSL color Cylindrical-coordinate representation of color #0386BD: hue angle of 197.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0386BD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 134 | 189 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.26 |
| HSL | 197.74º | 0.97% | 0.38% | - |
| HSV(B) | 197.74º | 0.98% | 0.74% | - |
| XYZ | 17.75 | 20.74 | 51.21 | - |
| YUV | 101.1 | 177.6 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 189 | 0.98 | 0.29 | 0 | 0.26 | 197.74 | 0.97 | 0.38 |
| Hex | 3 | 86 | BD | 62 | 1D | 0 | 1A | C6 | 61 | 26 |
| Octal | 3 | 206 | 275 | 142 | 35 | 0 | 32 | 306 | 141 | 46 |
| Binary | 11 | 10000110 | 10111101 | 1100010 | 11101 | 0 | 11010 | 11000110 | 1100001 | 100110 |
Color Harmonies of #0386BD
Complementary color
Monochromatic Colors of #0386BD
Black with #0386BD
Text Example
Text Example
White with #0386BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386BD; }
p { color: rgb(3,134,189); }
H1.HeaderClassName
{
color: #0386BD;
}
.AnyTagClassName
{
color: #0386BD;
}
</style>
background-color css
<style>
a { background-color: #0386BD; }
a { background-color: rgb(3,134,189); }
div.DivClassName
{
background-color: #0386BD;
}
.BgClassName
{
background-color: #0386BD;
}
</style>
border-color css
<style>
span { border-color: #0386BD; }
span { border-color: rgb(3,134,189); }
td.TdClassName
{
border-color: #0386BD;
}
.TagClassName
{
border-color: #0386BD;
}
</style>