Shades of Bondi Blue #038AB2
Tints of Bondi Blue #038AB2
RGB
CMYK
RGB Variations
Color information
#038AB2 (or 0x038AB2) is known color: Bondi Blue. HEX triplet: 03, 8A and B2. RGB value is (3,138,178). Sum of RGB (Red+Green+Blue) = 3+138+178=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #038AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AB2 is #FC754D. Grayscale: #656565. Windows color (decimal): -16545102 or 11700739. OLE color: 11700739.
HSL color Cylindrical-coordinate representation of color #038AB2: hue angle of 193.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038AB2 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 138 | 178 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.30 |
| HSL | 193.71º | 0.97% | 0.35% | - |
| HSV(B) | 193.71º | 0.98% | 0.7% | - |
| XYZ | 17.16 | 21.41 | 45.35 | - |
| YUV | 102.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 178 | 0.98 | 0.22 | 0 | 0.30 | 193.71 | 0.97 | 0.35 |
| Hex | 3 | 8A | B2 | 62 | 16 | 0 | 1E | C2 | 61 | 23 |
| Octal | 3 | 212 | 262 | 142 | 26 | 0 | 36 | 302 | 141 | 43 |
| Binary | 11 | 10001010 | 10110010 | 1100010 | 10110 | 0 | 11110 | 11000010 | 1100001 | 100011 |
Color Harmonies of #038AB2
Complementary color
Monochromatic Colors of #038AB2
Black with #038AB2
Text Example
Text Example
White with #038AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AB2; }
p { color: rgb(3,138,178); }
H1.HeaderClassName
{
color: #038AB2;
}
.AnyTagClassName
{
color: #038AB2;
}
</style>
background-color css
<style>
a { background-color: #038AB2; }
a { background-color: rgb(3,138,178); }
div.DivClassName
{
background-color: #038AB2;
}
.BgClassName
{
background-color: #038AB2;
}
</style>
border-color css
<style>
span { border-color: #038AB2; }
span { border-color: rgb(3,138,178); }
td.TdClassName
{
border-color: #038AB2;
}
.TagClassName
{
border-color: #038AB2;
}
</style>