Shades of Bondi Blue #038FB1
Tints of Bondi Blue #038FB1
RGB
CMYK
RGB Variations
Color information
#038FB1 (or 0x038FB1) is known color: Bondi Blue. HEX triplet: 03, 8F and B1. RGB value is (3,143,177). Sum of RGB (Red+Green+Blue) = 3+143+177=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #038FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038FB1 is #FC704E. Grayscale: #686868. Windows color (decimal): -16543823 or 11636483. OLE color: 11636483.
HSL color Cylindrical-coordinate representation of color #038FB1: hue angle of 191.72º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038FB1 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 143 | 177 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.31 |
| HSL | 191.72º | 0.97% | 0.35% | - |
| HSV(B) | 191.72º | 0.98% | 0.69% | - |
| XYZ | 17.8 | 22.84 | 45.07 | - |
| YUV | 105.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 177 | 0.98 | 0.19 | 0 | 0.31 | 191.72 | 0.97 | 0.35 |
| Hex | 3 | 8F | B1 | 62 | 13 | 0 | 1F | C0 | 61 | 23 |
| Octal | 3 | 217 | 261 | 142 | 23 | 0 | 37 | 300 | 141 | 43 |
| Binary | 11 | 10001111 | 10110001 | 1100010 | 10011 | 0 | 11111 | 11000000 | 1100001 | 100011 |
Color Harmonies of #038FB1
Complementary color
Monochromatic Colors of #038FB1
Black with #038FB1
Text Example
Text Example
White with #038FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FB1; }
p { color: rgb(3,143,177); }
H1.HeaderClassName
{
color: #038FB1;
}
.AnyTagClassName
{
color: #038FB1;
}
</style>
background-color css
<style>
a { background-color: #038FB1; }
a { background-color: rgb(3,143,177); }
div.DivClassName
{
background-color: #038FB1;
}
.BgClassName
{
background-color: #038FB1;
}
</style>
border-color css
<style>
span { border-color: #038FB1; }
span { border-color: rgb(3,143,177); }
td.TdClassName
{
border-color: #038FB1;
}
.TagClassName
{
border-color: #038FB1;
}
</style>