Html Css Color HEX #0397AD Bondi Blue

📋 copy color: '#0397AD'

red 3 ◦ green 151 ◦ blue 173

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

Shades of Bondi Blue #0397AD

Tints of Bondi Blue #0397AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 0.92%
G = 46.18%
B = 52.91%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0397AD (or 0x0397AD) is known color: Bondi Blue. HEX triplet: 03, 97 and AD. RGB value is (3,151,173). Sum of RGB (Red+Green+Blue) = 3+151+173=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0397AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0397AD is #FC6852. Grayscale: #6D6D6D. Windows color (decimal): -16541779 or 11376387. OLE color: 11376387.

HSL color Cylindrical-coordinate representation of color #0397AD: hue angle of 187.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0397AD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 151 173 -
CMYK 0.98 0.13 0 0.32
HSL 187.76º 0.97% 0.35% -
HSV(B) 187.76º 0.98% 0.68% -
XYZ 18.65 25.17 43.41 -
YUV 109.26 163.97 52.21 -
System Red Green Blue C M Y K H S L
Decimal 3 151 173 0.98 0.13 0 0.32 187.76 0.97 0.35
Hex 3 97 AD 62 D 0 20 BC 61 23
Octal 3 227 255 142 15 0 40 274 141 43
Binary 11 10010111 10101101 1100010 1101 0 100000 10111100 1100001 100011

Color Harmonies of #0397AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0397AD

Black with #0397AD

Text Example


Text Example

White with #0397AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0397AD; }

 p { color: rgb(3,151,173); }

 H1.HeaderClassName
 {
   color: #0397AD;
 }
 .AnyTagClassName
 {
   color: #0397AD;
 }
</style>

background-color css

<style>
 a { background-color: #0397AD; }

 a { background-color: rgb(3,151,173); }

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

border-color css

<style>
 span { border-color: #0397AD; }

 span { border-color: rgb(3,151,173); }

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