#0390bf

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

Shades of Bondi Blue #0390BF

Tints of Bondi Blue #0390BF

Color information

#0390BF (or 0x0390BF) is unknown color: approx Bondi Blue. HEX triplet: 03, 90 and BF. RGB value is (3,144,191). Sum of RGB (Red+Green+Blue) = 3+144+191=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #0390BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390BF is #FC6F40. Grayscale: #6A6A6A. Windows color (decimal): -16543553 or 12554243. OLE color: 12554243.

HSL color Cylindrical-coordinate representation of color #0390BF: hue angle of 195º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390BF is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3144191-
CMYK0.980.2500.25
HSL195º96.91%38.04%-
HSV(B)195º98.43%74.9%-
XYZ19.4123.7352.85-
YUV107.2175.2953.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 191 (75% from 255) = 56.51%
R=0.89%
G=42.60%
B=56.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31441910.980.2500.2519596.9138.04
Hex390BF6219019c36126
Octal32202771423103130314146
Binary111001000010111111110001011001011001110000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0390bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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