#0390BC

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

Shades of Bondi Blue #0390BC

Tints of Bondi Blue #0390BC

Color information

#0390BC (or 0x0390BC) is unknown color: approx Bondi Blue. HEX triplet: 03, 90 and BC. RGB value is (3,144,188). Sum of RGB (Red+Green+Blue) = 3+144+188=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #0390BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390BC is #FC6F43. Grayscale: #6A6A6A. Windows color (decimal): -16543556 or 12357635. OLE color: 12357635.

HSL color Cylindrical-coordinate representation of color #0390BC: hue angle of 194.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390BC is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3144188-
CMYK0.980.2300.26
HSL194.27º96.86%37.45%-
HSV(B)194.27º98.4%73.73%-
XYZ19.0923.651.13-
YUV106.86173.7953.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=0.90%
G=42.99%
B=56.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31441880.980.2300.26194.2796.8637.45
Hex390BC621701Ac26125
Octal32202741422703230214145
Binary111001000010111100110001010111011010110000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0390BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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