Shades of Bondi Blue #038EC1
Tints of Bondi Blue #038EC1
RGB
CMYK
RGB Variations
Color information
#038EC1 (or 0x038EC1) is known color: Bondi Blue. HEX triplet: 03, 8E and C1. RGB value is (3,142,193). Sum of RGB (Red+Green+Blue) = 3+142+193=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #038EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EC1 is #FC713E. Grayscale: #696969. Windows color (decimal): -16544063 or 12684803. OLE color: 12684803.
HSL color Cylindrical-coordinate representation of color #038EC1: hue angle of 196.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EC1 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 142 | 193 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.24 |
| HSL | 196.11º | 0.97% | 0.38% | - |
| HSV(B) | 196.11º | 0.98% | 0.76% | - |
| XYZ | 19.34 | 23.22 | 53.91 | - |
| YUV | 106.25 | 176.95 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 193 | 0.98 | 0.26 | 0 | 0.24 | 196.11 | 0.97 | 0.38 |
| Hex | 3 | 8E | C1 | 62 | 1A | 0 | 18 | C4 | 61 | 26 |
| Octal | 3 | 216 | 301 | 142 | 32 | 0 | 30 | 304 | 141 | 46 |
| Binary | 11 | 10001110 | 11000001 | 1100010 | 11010 | 0 | 11000 | 11000100 | 1100001 | 100110 |
Color Harmonies of #038EC1
Complementary color
Monochromatic Colors of #038EC1
Black with #038EC1
Text Example
Text Example
White with #038EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EC1; }
p { color: rgb(3,142,193); }
H1.HeaderClassName
{
color: #038EC1;
}
.AnyTagClassName
{
color: #038EC1;
}
</style>
background-color css
<style>
a { background-color: #038EC1; }
a { background-color: rgb(3,142,193); }
div.DivClassName
{
background-color: #038EC1;
}
.BgClassName
{
background-color: #038EC1;
}
</style>
border-color css
<style>
span { border-color: #038EC1; }
span { border-color: rgb(3,142,193); }
td.TdClassName
{
border-color: #038EC1;
}
.TagClassName
{
border-color: #038EC1;
}
</style>