Shades of Bondi Blue #0384BF
Tints of Bondi Blue #0384BF
RGB
CMYK
RGB Variations
Color information
#0384BF (or 0x0384BF) is known color: Bondi Blue. HEX triplet: 03, 84 and BF. RGB value is (3,132,191). Sum of RGB (Red+Green+Blue) = 3+132+191=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #0384BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384BF is #FC7B40. Grayscale: #636363. Windows color (decimal): -16546625 or 12551171. OLE color: 12551171.
HSL color Cylindrical-coordinate representation of color #0384BF: hue angle of 198.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0384BF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 132 | 191 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.25 |
| HSL | 198.83º | 0.97% | 0.38% | - |
| HSV(B) | 198.83º | 0.98% | 0.75% | - |
| XYZ | 17.69 | 20.28 | 52.27 | - |
| YUV | 100.16 | 179.26 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 191 | 0.98 | 0.31 | 0 | 0.25 | 198.83 | 0.97 | 0.38 |
| Hex | 3 | 84 | BF | 62 | 1F | 0 | 19 | C7 | 61 | 26 |
| Octal | 3 | 204 | 277 | 142 | 37 | 0 | 31 | 307 | 141 | 46 |
| Binary | 11 | 10000100 | 10111111 | 1100010 | 11111 | 0 | 11001 | 11000111 | 1100001 | 100110 |
Color Harmonies of #0384BF
Complementary color
Monochromatic Colors of #0384BF
Black with #0384BF
Text Example
Text Example
White with #0384BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0384BF; }
p { color: rgb(3,132,191); }
H1.HeaderClassName
{
color: #0384BF;
}
.AnyTagClassName
{
color: #0384BF;
}
</style>
background-color css
<style>
a { background-color: #0384BF; }
a { background-color: rgb(3,132,191); }
div.DivClassName
{
background-color: #0384BF;
}
.BgClassName
{
background-color: #0384BF;
}
</style>
border-color css
<style>
span { border-color: #0384BF; }
span { border-color: rgb(3,132,191); }
td.TdClassName
{
border-color: #0384BF;
}
.TagClassName
{
border-color: #0384BF;
}
</style>