#0387B3

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

Shades of Bondi Blue #0387B3

Tints of Bondi Blue #0387B3

Color information

#0387B3 (or 0x0387B3) is unknown color: approx Bondi Blue. HEX triplet: 03, 87 and B3. RGB value is (3,135,179). Sum of RGB (Red+Green+Blue) = 3+135+179=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #0387B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387B3 is #FC784C. Grayscale: #646464. Windows color (decimal): -16545869 or 11765507. OLE color: 11765507.

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

Color convert

RGB3135179-
CMYK0.980.2500.30
HSL195º96.7%35.69%-
HSV(B)195º98.32%70.2%-
XYZ16.8420.645.74-
YUV100.55172.2758.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 179 (70.31% from 255) = 56.47%
R=0.95%
G=42.59%
B=56.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31351790.980.2500.3019596.735.69
Hex387B3621901Ec36124
Octal32072631423103630314144
Binary111000011110110011110001011001011110110000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0387B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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