Html Css Color HEX #0395AB Bondi Blue

📋 copy color: '#0395AB'

red 3 ◦ green 149 ◦ blue 171

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

Shades of Bondi Blue #0395AB

Tints of Bondi Blue #0395AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 0.93%
G = 46.13%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0395AB (or 0x0395AB) is known color: Bondi Blue. HEX triplet: 03, 95 and AB. RGB value is (3,149,171). Sum of RGB (Red+Green+Blue) = 3+149+171=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0395AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0395AB is #FC6A54. Grayscale: #6B6B6B. Windows color (decimal): -16542293 or 11244803. OLE color: 11244803.

HSL color Cylindrical-coordinate representation of color #0395AB: hue angle of 187.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0395AB is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 149 171 -
CMYK 0.98 0.13 0 0.33
HSL 187.86º 0.97% 0.34% -
HSV(B) 187.86º 0.98% 0.67% -
XYZ 18.14 24.45 42.29 -
YUV 107.85 163.63 53.21 -
System Red Green Blue C M Y K H S L
Decimal 3 149 171 0.98 0.13 0 0.33 187.86 0.97 0.34
Hex 3 95 AB 62 D 0 21 BC 61 22
Octal 3 225 253 142 15 0 41 274 141 42
Binary 11 10010101 10101011 1100010 1101 0 100001 10111100 1100001 100010

Color Harmonies of #0395AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395AB

Black with #0395AB

Text Example


Text Example

White with #0395AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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