#03A3B4

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

Shades of Bondi Blue #03A3B4

Tints of Bondi Blue #03A3B4

Color information

#03A3B4 (or 0x03A3B4) is unknown color: approx Bondi Blue. HEX triplet: 03, A3 and B4. RGB value is (3,163,180). Sum of RGB (Red+Green+Blue) = 3+163+180=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #03A3B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3B4 is #FC5C4B. Grayscale: #747474. Windows color (decimal): -16538700 or 11838211. OLE color: 11838211.

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

Color convert

RGB3163180-
CMYK0.980.0900.29
HSL185.76º96.72%35.88%-
HSV(B)185.76º98.33%70.59%-
XYZ21.3729.5147.75-
YUV117.1163.4946.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=0.87%
G=47.11%
B=52.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31631800.980.0900.29185.7696.7235.88
Hex3A3B462901Dba6124
Octal32432641421103527214144
Binary11101000111011010011000101001011101101110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A3B4; }

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

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

<style>
 a { background-color: #03A3B4; }

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

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

<style>
 span { border-color: #03A3B4; }

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

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