#0384BA

Color #0384BA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0384BA

Tints of Bondi Blue #0384BA

Color information

#0384BA (or 0x0384BA) is unknown color: approx Bondi Blue. HEX triplet: 03, 84 and BA. RGB value is (3,132,186). Sum of RGB (Red+Green+Blue) = 3+132+186=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #0384BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384BA is #FC7B45. Grayscale: #636363. Windows color (decimal): -16546630 or 12223491. OLE color: 12223491.

HSL color Cylindrical-coordinate representation of color #0384BA: hue angle of 197.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0384BA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3132186-
CMYK0.980.2900.27
HSL197.7º96.83%37.06%-
HSV(B)197.7º98.39%72.94%-
XYZ17.1520.0749.42-
YUV99.58176.7659.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=0.93%
G=41.12%
B=57.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31321860.980.2900.27197.796.8337.06
Hex384BA621D01Bc66125
Octal32042721423503330614145
Binary111000010010111010110001011101011011110001101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0384BA; }

 p { color: rgb(3,132,186); }

 H1.HeaderClassName
 {
   color: #0384BA;
 }
 .AnyTagClassName
 {
   color: #0384BA;
 }
</style>
background-color css

<style>
 a { background-color: #0384BA; }

 a { background-color: rgb(3,132,186); }

 div.DivClassName
 {
   background-color: #0384BA;
 }
 .BgClassName
 {
   background-color: #0384BA;
 }
</style>
border-color css

<style>
 span { border-color: #0384BA; }

 span { border-color: rgb(3,132,186); }

 td.TdClassName
 {
   border-color: #0384BA;
 }
 .TagClassName
 {
   border-color: #0384BA;
 }
</style>