#0390B4

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

Shades of Bondi Blue #0390B4

Tints of Bondi Blue #0390B4

Color information

#0390B4 (or 0x0390B4) is unknown color: approx Bondi Blue. HEX triplet: 03, 90 and B4. RGB value is (3,144,180). Sum of RGB (Red+Green+Blue) = 3+144+180=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #0390B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390B4 is #FC6F4B. Grayscale: #696969. Windows color (decimal): -16543564 or 11833347. OLE color: 11833347.

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

Color convert

RGB3144180-
CMYK0.980.200.29
HSL192.2º96.72%35.88%-
HSV(B)192.2º98.33%70.59%-
XYZ18.2523.2646.71-
YUV105.94169.7954.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.92%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 180 (70.70% from 255) = 55.05%
R=0.92%
G=44.04%
B=55.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31441800.980.200.29192.296.7235.88
Hex390B4621401Dc06124
Octal32202641422403530014144
Binary111001000010110100110001010100011101110000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0390B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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