#0385B7

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

Shades of Bondi Blue #0385B7

Tints of Bondi Blue #0385B7

Color information

#0385B7 (or 0x0385B7) is unknown color: approx Bondi Blue. HEX triplet: 03, 85 and B7. RGB value is (3,133,183). Sum of RGB (Red+Green+Blue) = 3+133+183=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #0385B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385B7 is #FC7A48. Grayscale: #636363. Windows color (decimal): -16546377 or 12027139. OLE color: 12027139.

HSL color Cylindrical-coordinate representation of color #0385B7: hue angle of 196.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0385B7 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3133183-
CMYK0.980.2700.28
HSL196.67º96.77%36.47%-
HSV(B)196.67º98.36%71.76%-
XYZ16.9720.2147.81-
YUV99.83174.9358.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 183 (71.88% from 255) = 57.37%
R=0.94%
G=41.69%
B=57.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31331830.980.2700.28196.6796.7736.47
Hex385B7621B01Cc56124
Octal32052671423303430514144
Binary111000010110110111110001011011011100110001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0385B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0385B7; }

 p { color: rgb(3,133,183); }

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

<style>
 a { background-color: #0385B7; }

 a { background-color: rgb(3,133,183); }

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

<style>
 span { border-color: #0385B7; }

 span { border-color: rgb(3,133,183); }

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