Html Css Color HEX #0387BA Bondi Blue

📋 copy color: '#0387BA'

red 3 ◦ green 135 ◦ blue 186

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

Shades of Bondi Blue #0387BA

Tints of Bondi Blue #0387BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 0.93%
G = 41.67%
B = 57.41%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0387BA (or 0x0387BA) is known color: Bondi Blue. HEX triplet: 03, 87 and BA. RGB value is (3,135,186). Sum of RGB (Red+Green+Blue) = 3+135+186=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #0387BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387BA is #FC7845. Grayscale: #656565. Windows color (decimal): -16545862 or 12224259. OLE color: 12224259.

HSL color Cylindrical-coordinate representation of color #0387BA: hue angle of 196.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0387BA is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 135 186 -
CMYK 0.98 0.27 0 0.27
HSL 196.72º 0.97% 0.37% -
HSV(B) 196.72º 0.98% 0.73% -
XYZ 17.56 20.89 49.56 -
YUV 101.35 175.77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 3 135 186 0.98 0.27 0 0.27 196.72 0.97 0.37
Hex 3 87 BA 62 1B 0 1B C5 61 25
Octal 3 207 272 142 33 0 33 305 141 45
Binary 11 10000111 10111010 1100010 11011 0 11011 11000101 1100001 100101

Color Harmonies of #0387BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387BA

Black with #0387BA

Text Example


Text Example

White with #0387BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0387BA;
 }
 .AnyTagClassName
 {
   color: #0387BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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