Shades of Bondi Blue #038DB4
Tints of Bondi Blue #038DB4
RGB
CMYK
RGB Variations
Color information
#038DB4 (or 0x038DB4) is known color: Bondi Blue. HEX triplet: 03, 8D and B4. RGB value is (3,141,180). Sum of RGB (Red+Green+Blue) = 3+141+180=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #038DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DB4 is #FC724B. Grayscale: #676767. Windows color (decimal): -16544332 or 11832579. OLE color: 11832579.
HSL color Cylindrical-coordinate representation of color #038DB4: hue angle of 193.22º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DB4 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 141 | 180 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.29 |
| HSL | 193.22º | 0.97% | 0.36% | - |
| HSV(B) | 193.22º | 0.98% | 0.71% | - |
| XYZ | 17.8 | 22.36 | 46.56 | - |
| YUV | 104.18 | 170.78 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 180 | 0.98 | 0.22 | 0 | 0.29 | 193.22 | 0.97 | 0.36 |
| Hex | 3 | 8D | B4 | 62 | 16 | 0 | 1D | C1 | 61 | 24 |
| Octal | 3 | 215 | 264 | 142 | 26 | 0 | 35 | 301 | 141 | 44 |
| Binary | 11 | 10001101 | 10110100 | 1100010 | 10110 | 0 | 11101 | 11000001 | 1100001 | 100100 |
Color Harmonies of #038DB4
Complementary color
Monochromatic Colors of #038DB4
Black with #038DB4
Text Example
Text Example
White with #038DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DB4; }
p { color: rgb(3,141,180); }
H1.HeaderClassName
{
color: #038DB4;
}
.AnyTagClassName
{
color: #038DB4;
}
</style>
background-color css
<style>
a { background-color: #038DB4; }
a { background-color: rgb(3,141,180); }
div.DivClassName
{
background-color: #038DB4;
}
.BgClassName
{
background-color: #038DB4;
}
</style>
border-color css
<style>
span { border-color: #038DB4; }
span { border-color: rgb(3,141,180); }
td.TdClassName
{
border-color: #038DB4;
}
.TagClassName
{
border-color: #038DB4;
}
</style>