Shades of Bondi Blue #038DAC
Tints of Bondi Blue #038DAC
RGB
CMYK
RGB Variations
Color information
#038DAC (or 0x038DAC) is known color: Bondi Blue. HEX triplet: 03, 8D and AC. RGB value is (3,141,172). Sum of RGB (Red+Green+Blue) = 3+141+172=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #038DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DAC is #FC7253. Grayscale: #676767. Windows color (decimal): -16544340 or 11308291. OLE color: 11308291.
HSL color Cylindrical-coordinate representation of color #038DAC: hue angle of 191.01º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DAC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 141 | 172 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.33 |
| HSL | 191.01º | 0.97% | 0.34% | - |
| HSV(B) | 191.01º | 0.98% | 0.67% | - |
| XYZ | 17.01 | 22.05 | 42.39 | - |
| YUV | 103.27 | 166.78 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 172 | 0.98 | 0.18 | 0 | 0.33 | 191.01 | 0.97 | 0.34 |
| Hex | 3 | 8D | AC | 62 | 12 | 0 | 21 | BF | 61 | 22 |
| Octal | 3 | 215 | 254 | 142 | 22 | 0 | 41 | 277 | 141 | 42 |
| Binary | 11 | 10001101 | 10101100 | 1100010 | 10010 | 0 | 100001 | 10111111 | 1100001 | 100010 |
Color Harmonies of #038DAC
Complementary color
Monochromatic Colors of #038DAC
Black with #038DAC
Text Example
Text Example
White with #038DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DAC; }
p { color: rgb(3,141,172); }
H1.HeaderClassName
{
color: #038DAC;
}
.AnyTagClassName
{
color: #038DAC;
}
</style>
background-color css
<style>
a { background-color: #038DAC; }
a { background-color: rgb(3,141,172); }
div.DivClassName
{
background-color: #038DAC;
}
.BgClassName
{
background-color: #038DAC;
}
</style>
border-color css
<style>
span { border-color: #038DAC; }
span { border-color: rgb(3,141,172); }
td.TdClassName
{
border-color: #038DAC;
}
.TagClassName
{
border-color: #038DAC;
}
</style>