#0396B4

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

Shades of Bondi Blue #0396B4

Tints of Bondi Blue #0396B4

Color information

#0396B4 (or 0x0396B4) is unknown color: approx Bondi Blue. HEX triplet: 03, 96 and B4. RGB value is (3,150,180). Sum of RGB (Red+Green+Blue) = 3+150+180=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #0396B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0396B4 is #FC694B. Grayscale: #6D6D6D. Windows color (decimal): -16542028 or 11834883. OLE color: 11834883.

HSL color Cylindrical-coordinate representation of color #0396B4: hue angle of 190.17º 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 #0396B4 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3150180-
CMYK0.980.1700.29
HSL190.17º96.72%35.88%-
HSV(B)190.17º98.33%70.59%-
XYZ19.1825.1347.02-
YUV109.47167.852.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=0.90%
G=45.05%
B=54.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31501800.980.1700.29190.1796.7235.88
Hex396B4621101Dbe6124
Octal32262641422103527614144
Binary111001011010110100110001010001011101101111101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0396B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0396B4; }

 p { color: rgb(3,150,180); }

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

<style>
 a { background-color: #0396B4; }

 a { background-color: rgb(3,150,180); }

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

<style>
 span { border-color: #0396B4; }

 span { border-color: rgb(3,150,180); }

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