#0392BE

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

Shades of Bondi Blue #0392BE

Tints of Bondi Blue #0392BE

Color information

#0392BE (or 0x0392BE) is unknown color: approx Bondi Blue. HEX triplet: 03, 92 and BE. RGB value is (3,146,190). Sum of RGB (Red+Green+Blue) = 3+146+190=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #0392BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0392BE is #FC6D41. Grayscale: #6B6B6B. Windows color (decimal): -16543042 or 12489219. OLE color: 12489219.

HSL color Cylindrical-coordinate representation of color #0392BE: hue angle of 194.12º 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 #0392BE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3146190-
CMYK0.980.2300.25
HSL194.12º96.89%37.84%-
HSV(B)194.12º98.42%74.51%-
XYZ19.6124.2952.37-
YUV108.26174.1252.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=0.88%
G=43.07%
B=56.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31461900.980.2300.25194.1296.8937.84
Hex392BE6217019c26126
Octal32222761422703130214146
Binary111001001010111110110001010111011001110000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0392BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0392BE; }

 p { color: rgb(3,146,190); }

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

<style>
 a { background-color: #0392BE; }

 a { background-color: rgb(3,146,190); }

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

<style>
 span { border-color: #0392BE; }

 span { border-color: rgb(3,146,190); }

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