Shades of Bondi Blue #038FAC
Tints of Bondi Blue #038FAC
RGB
CMYK
RGB Variations
Color information
#038FAC (or 0x038FAC) is known color: Bondi Blue. HEX triplet: 03, 8F and AC. RGB value is (3,143,172). Sum of RGB (Red+Green+Blue) = 3+143+172=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #038FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038FAC is #FC7053. Grayscale: #686868. Windows color (decimal): -16543828 or 11308803. OLE color: 11308803.
HSL color Cylindrical-coordinate representation of color #038FAC: hue angle of 190.3º 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 #038FAC is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 143 | 172 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.33 |
| HSL | 190.3º | 0.97% | 0.34% | - |
| HSV(B) | 190.3º | 0.98% | 0.67% | - |
| XYZ | 17.31 | 22.64 | 42.49 | - |
| YUV | 104.45 | 166.12 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 172 | 0.98 | 0.17 | 0 | 0.33 | 190.3 | 0.97 | 0.34 |
| Hex | 3 | 8F | AC | 62 | 11 | 0 | 21 | BE | 61 | 22 |
| Octal | 3 | 217 | 254 | 142 | 21 | 0 | 41 | 276 | 141 | 42 |
| Binary | 11 | 10001111 | 10101100 | 1100010 | 10001 | 0 | 100001 | 10111110 | 1100001 | 100010 |
Color Harmonies of #038FAC
Complementary color
Monochromatic Colors of #038FAC
Black with #038FAC
Text Example
Text Example
White with #038FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FAC; }
p { color: rgb(3,143,172); }
H1.HeaderClassName
{
color: #038FAC;
}
.AnyTagClassName
{
color: #038FAC;
}
</style>
background-color css
<style>
a { background-color: #038FAC; }
a { background-color: rgb(3,143,172); }
div.DivClassName
{
background-color: #038FAC;
}
.BgClassName
{
background-color: #038FAC;
}
</style>
border-color css
<style>
span { border-color: #038FAC; }
span { border-color: rgb(3,143,172); }
td.TdClassName
{
border-color: #038FAC;
}
.TagClassName
{
border-color: #038FAC;
}
</style>