Shades of Bondi Blue #038FBA
Tints of Bondi Blue #038FBA
RGB
CMYK
RGB Variations
Color information
#038FBA (or 0x038FBA) is known color: Bondi Blue. HEX triplet: 03, 8F and BA. RGB value is (3,143,186). Sum of RGB (Red+Green+Blue) = 3+143+186=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #038FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FBA is #FC7045. Grayscale: #696969. Windows color (decimal): -16543814 or 12226307. OLE color: 12226307.
HSL color Cylindrical-coordinate representation of color #038FBA: hue angle of 194.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038FBA is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 143 | 186 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.27 |
| HSL | 194.1º | 0.97% | 0.37% | - |
| HSV(B) | 194.1º | 0.98% | 0.73% | - |
| XYZ | 18.72 | 23.21 | 49.95 | - |
| YUV | 106.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 186 | 0.98 | 0.23 | 0 | 0.27 | 194.1 | 0.97 | 0.37 |
| Hex | 3 | 8F | BA | 62 | 17 | 0 | 1B | C2 | 61 | 25 |
| Octal | 3 | 217 | 272 | 142 | 27 | 0 | 33 | 302 | 141 | 45 |
| Binary | 11 | 10001111 | 10111010 | 1100010 | 10111 | 0 | 11011 | 11000010 | 1100001 | 100101 |
Color Harmonies of #038FBA
Complementary color
Monochromatic Colors of #038FBA
Black with #038FBA
Text Example
Text Example
White with #038FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FBA; }
p { color: rgb(3,143,186); }
H1.HeaderClassName
{
color: #038FBA;
}
.AnyTagClassName
{
color: #038FBA;
}
</style>
background-color css
<style>
a { background-color: #038FBA; }
a { background-color: rgb(3,143,186); }
div.DivClassName
{
background-color: #038FBA;
}
.BgClassName
{
background-color: #038FBA;
}
</style>
border-color css
<style>
span { border-color: #038FBA; }
span { border-color: rgb(3,143,186); }
td.TdClassName
{
border-color: #038FBA;
}
.TagClassName
{
border-color: #038FBA;
}
</style>