Shades of Bondi Blue #038EC2
Tints of Bondi Blue #038EC2
RGB
CMYK
RGB Variations
Color information
#038EC2 (or 0x038EC2) is known color: Bondi Blue. HEX triplet: 03, 8E and C2. RGB value is (3,142,194). Sum of RGB (Red+Green+Blue) = 3+142+194=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #038EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EC2 is #FC713D. Grayscale: #6A6A6A. Windows color (decimal): -16544062 or 12750339. OLE color: 12750339.
HSL color Cylindrical-coordinate representation of color #038EC2: hue angle of 196.34º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EC2 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 142 | 194 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.24 |
| HSL | 196.34º | 0.97% | 0.39% | - |
| HSV(B) | 196.34º | 0.98% | 0.76% | - |
| XYZ | 19.45 | 23.26 | 54.5 | - |
| YUV | 106.37 | 177.45 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 194 | 0.98 | 0.27 | 0 | 0.24 | 196.34 | 0.97 | 0.39 |
| Hex | 3 | 8E | C2 | 62 | 1B | 0 | 18 | C4 | 61 | 27 |
| Octal | 3 | 216 | 302 | 142 | 33 | 0 | 30 | 304 | 141 | 47 |
| Binary | 11 | 10001110 | 11000010 | 1100010 | 11011 | 0 | 11000 | 11000100 | 1100001 | 100111 |
Color Harmonies of #038EC2
Complementary color
Monochromatic Colors of #038EC2
Black with #038EC2
Text Example
Text Example
White with #038EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EC2; }
p { color: rgb(3,142,194); }
H1.HeaderClassName
{
color: #038EC2;
}
.AnyTagClassName
{
color: #038EC2;
}
</style>
background-color css
<style>
a { background-color: #038EC2; }
a { background-color: rgb(3,142,194); }
div.DivClassName
{
background-color: #038EC2;
}
.BgClassName
{
background-color: #038EC2;
}
</style>
border-color css
<style>
span { border-color: #038EC2; }
span { border-color: rgb(3,142,194); }
td.TdClassName
{
border-color: #038EC2;
}
.TagClassName
{
border-color: #038EC2;
}
</style>