Html Css Color HEX #0395BA Bondi Blue

📋 copy color: '#0395BA'

red 3 ◦ green 149 ◦ blue 186

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

Shades of Bondi Blue #0395BA

Tints of Bondi Blue #0395BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 0.89%
G = 44.08%
B = 55.03%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0395BA (or 0x0395BA) is known color: Bondi Blue. HEX triplet: 03, 95 and BA. RGB value is (3,149,186). Sum of RGB (Red+Green+Blue) = 3+149+186=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0395BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395BA is #FC6A45. Grayscale: #6D6D6D. Windows color (decimal): -16542278 or 12227843. OLE color: 12227843.

HSL color Cylindrical-coordinate representation of color #0395BA: hue angle of 192.13º 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 #0395BA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 149 186 -
CMYK 0.98 0.20 0 0.27
HSL 192.13º 0.97% 0.37% -
HSV(B) 192.13º 0.98% 0.73% -
XYZ 19.65 25.06 50.26 -
YUV 109.56 171.13 51.99 -
System Red Green Blue C M Y K H S L
Decimal 3 149 186 0.98 0.20 0 0.27 192.13 0.97 0.37
Hex 3 95 BA 62 14 0 1B C0 61 25
Octal 3 225 272 142 24 0 33 300 141 45
Binary 11 10010101 10111010 1100010 10100 0 11011 11000000 1100001 100101

Color Harmonies of #0395BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395BA

Black with #0395BA

Text Example


Text Example

White with #0395BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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