Shades of Bondi Blue #0388B7
Tints of Bondi Blue #0388B7
RGB
CMYK
RGB Variations
Color information
#0388B7 (or 0x0388B7) is known color: Bondi Blue. HEX triplet: 03, 88 and B7. RGB value is (3,136,183). Sum of RGB (Red+Green+Blue) = 3+136+183=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #0388B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0388B7 is #FC7748. Grayscale: #656565. Windows color (decimal): -16545609 or 12027907. OLE color: 12027907.
HSL color Cylindrical-coordinate representation of color #0388B7: hue angle of 195.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0388B7 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 136 | 183 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.28 |
| HSL | 195.67º | 0.97% | 0.36% | - |
| HSV(B) | 195.67º | 0.98% | 0.72% | - |
| XYZ | 17.39 | 21.05 | 47.95 | - |
| YUV | 101.59 | 173.94 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 183 | 0.98 | 0.26 | 0 | 0.28 | 195.67 | 0.97 | 0.36 |
| Hex | 3 | 88 | B7 | 62 | 1A | 0 | 1C | C4 | 61 | 24 |
| Octal | 3 | 210 | 267 | 142 | 32 | 0 | 34 | 304 | 141 | 44 |
| Binary | 11 | 10001000 | 10110111 | 1100010 | 11010 | 0 | 11100 | 11000100 | 1100001 | 100100 |
Color Harmonies of #0388B7
Complementary color
Monochromatic Colors of #0388B7
Black with #0388B7
Text Example
Text Example
White with #0388B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0388B7; }
p { color: rgb(3,136,183); }
H1.HeaderClassName
{
color: #0388B7;
}
.AnyTagClassName
{
color: #0388B7;
}
</style>
background-color css
<style>
a { background-color: #0388B7; }
a { background-color: rgb(3,136,183); }
div.DivClassName
{
background-color: #0388B7;
}
.BgClassName
{
background-color: #0388B7;
}
</style>
border-color css
<style>
span { border-color: #0388B7; }
span { border-color: rgb(3,136,183); }
td.TdClassName
{
border-color: #0388B7;
}
.TagClassName
{
border-color: #0388B7;
}
</style>