Shades of Bondi Blue #038CAC
Tints of Bondi Blue #038CAC
RGB
CMYK
RGB Variations
Color information
#038CAC (or 0x038CAC) is known color: Bondi Blue. HEX triplet: 03, 8C and AC. RGB value is (3,140,172). Sum of RGB (Red+Green+Blue) = 3+140+172=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #038CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038CAC is #FC7353. Grayscale: #666666. Windows color (decimal): -16544596 or 11308035. OLE color: 11308035.
HSL color Cylindrical-coordinate representation of color #038CAC: hue angle of 191.36º 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 #038CAC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 140 | 172 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.33 |
| HSL | 191.36º | 0.97% | 0.34% | - |
| HSV(B) | 191.36º | 0.98% | 0.67% | - |
| XYZ | 16.86 | 21.75 | 42.34 | - |
| YUV | 102.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 172 | 0.98 | 0.19 | 0 | 0.33 | 191.36 | 0.97 | 0.34 |
| Hex | 3 | 8C | AC | 62 | 13 | 0 | 21 | BF | 61 | 22 |
| Octal | 3 | 214 | 254 | 142 | 23 | 0 | 41 | 277 | 141 | 42 |
| Binary | 11 | 10001100 | 10101100 | 1100010 | 10011 | 0 | 100001 | 10111111 | 1100001 | 100010 |
Color Harmonies of #038CAC
Complementary color
Monochromatic Colors of #038CAC
Black with #038CAC
Text Example
Text Example
White with #038CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CAC; }
p { color: rgb(3,140,172); }
H1.HeaderClassName
{
color: #038CAC;
}
.AnyTagClassName
{
color: #038CAC;
}
</style>
background-color css
<style>
a { background-color: #038CAC; }
a { background-color: rgb(3,140,172); }
div.DivClassName
{
background-color: #038CAC;
}
.BgClassName
{
background-color: #038CAC;
}
</style>
border-color css
<style>
span { border-color: #038CAC; }
span { border-color: rgb(3,140,172); }
td.TdClassName
{
border-color: #038CAC;
}
.TagClassName
{
border-color: #038CAC;
}
</style>