Shades of Bondi Blue #038BB1
Tints of Bondi Blue #038BB1
RGB
CMYK
RGB Variations
Color information
#038BB1 (or 0x038BB1) is known color: Bondi Blue. HEX triplet: 03, 8B and B1. RGB value is (3,139,177). Sum of RGB (Red+Green+Blue) = 3+139+177=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #038BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BB1 is #FC744E. Grayscale: #666666. Windows color (decimal): -16544847 or 11635459. OLE color: 11635459.
HSL color Cylindrical-coordinate representation of color #038BB1: hue angle of 193.1º 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 #038BB1 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 139 | 177 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.31 |
| HSL | 193.1º | 0.97% | 0.35% | - |
| HSV(B) | 193.1º | 0.98% | 0.69% | - |
| XYZ | 17.21 | 21.66 | 44.87 | - |
| YUV | 102.67 | 169.94 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 177 | 0.98 | 0.21 | 0 | 0.31 | 193.1 | 0.97 | 0.35 |
| Hex | 3 | 8B | B1 | 62 | 15 | 0 | 1F | C1 | 61 | 23 |
| Octal | 3 | 213 | 261 | 142 | 25 | 0 | 37 | 301 | 141 | 43 |
| Binary | 11 | 10001011 | 10110001 | 1100010 | 10101 | 0 | 11111 | 11000001 | 1100001 | 100011 |
Color Harmonies of #038BB1
Complementary color
Monochromatic Colors of #038BB1
Black with #038BB1
Text Example
Text Example
White with #038BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BB1; }
p { color: rgb(3,139,177); }
H1.HeaderClassName
{
color: #038BB1;
}
.AnyTagClassName
{
color: #038BB1;
}
</style>
background-color css
<style>
a { background-color: #038BB1; }
a { background-color: rgb(3,139,177); }
div.DivClassName
{
background-color: #038BB1;
}
.BgClassName
{
background-color: #038BB1;
}
</style>
border-color css
<style>
span { border-color: #038BB1; }
span { border-color: rgb(3,139,177); }
td.TdClassName
{
border-color: #038BB1;
}
.TagClassName
{
border-color: #038BB1;
}
</style>