#0387BD

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

Shades of Bondi Blue #0387BD

Tints of Bondi Blue #0387BD

Color information

#0387BD (or 0x0387BD) is unknown color: approx Bondi Blue. HEX triplet: 03, 87 and BD. RGB value is (3,135,189). Sum of RGB (Red+Green+Blue) = 3+135+189=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #0387BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387BD is #FC7842. Grayscale: #656565. Windows color (decimal): -16545859 or 12420867. OLE color: 12420867.

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

Color convert

RGB3135189-
CMYK0.980.2900.26
HSL197.42º96.88%37.65%-
HSV(B)197.42º98.41%74.12%-
XYZ17.8921.0251.26-
YUV101.69177.2757.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.92%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=0.92%
G=41.28%
B=57.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31351890.980.2900.26197.4296.8837.65
Hex387BD621D01Ac56126
Octal32072751423503230514146
Binary111000011110111101110001011101011010110001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0387BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0387BD; }

 p { color: rgb(3,135,189); }

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

<style>
 a { background-color: #0387BD; }

 a { background-color: rgb(3,135,189); }

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

<style>
 span { border-color: #0387BD; }

 span { border-color: rgb(3,135,189); }

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