#0390AA

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

Shades of Bondi Blue #0390AA

Tints of Bondi Blue #0390AA

Color information

#0390AA (or 0x0390AA) is unknown color: approx Bondi Blue. HEX triplet: 03, 90 and AA. RGB value is (3,144,170). Sum of RGB (Red+Green+Blue) = 3+144+170=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #0390AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0390AA is #FC6F55. Grayscale: #686868. Windows color (decimal): -16543574 or 11177987. OLE color: 11177987.

HSL color Cylindrical-coordinate representation of color #0390AA: hue angle of 189.34º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390AA is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3144170-
CMYK0.980.1500.33
HSL189.34º96.53%33.92%-
HSV(B)189.34º98.24%66.67%-
XYZ17.2722.8741.53-
YUV104.8164.7955.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=0.95%
G=45.43%
B=53.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31441700.980.1500.33189.3496.5333.92
Hex390AA62F021bd6122
Octal32202521421704127514142
Binary111001000010101010110001011110100001101111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0390AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0390AA; }

 p { color: rgb(3,144,170); }

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

<style>
 a { background-color: #0390AA; }

 a { background-color: rgb(3,144,170); }

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

<style>
 span { border-color: #0390AA; }

 span { border-color: rgb(3,144,170); }

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