Html Css Color HEX #0386BD Bondi Blue

📋 copy color: '#0386BD'

red 3 ◦ green 134 ◦ blue 189

#0386BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0386BD

Tints of Bondi Blue #0386BD

RGB

 RED value IS 3 (1.56% from 255) = 0.92%

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 0.92%
G = 41.1%
B = 57.98%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0386BD (or 0x0386BD) is known color: Bondi Blue. HEX triplet: 03, 86 and BD. RGB value is (3,134,189). Sum of RGB (Red+Green+Blue) = 3+134+189=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0386BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386BD is #FC7942. Grayscale: #646464. Windows color (decimal): -16546115 or 12420611. OLE color: 12420611.

HSL color Cylindrical-coordinate representation of color #0386BD: hue angle of 197.74º 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 #0386BD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 134 189 -
CMYK 0.98 0.29 0 0.26
HSL 197.74º 0.97% 0.38% -
HSV(B) 197.74º 0.98% 0.74% -
XYZ 17.75 20.74 51.21 -
YUV 101.1 177.6 58.03 -
System Red Green Blue C M Y K H S L
Decimal 3 134 189 0.98 0.29 0 0.26 197.74 0.97 0.38
Hex 3 86 BD 62 1D 0 1A C6 61 26
Octal 3 206 275 142 35 0 32 306 141 46
Binary 11 10000110 10111101 1100010 11101 0 11010 11000110 1100001 100110

Color Harmonies of #0386BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0386BD

Black with #0386BD

Text Example


Text Example

White with #0386BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0386BD;
 }
 .AnyTagClassName
 {
   color: #0386BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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