Html Css Color HEX #0397AA Bondi Blue

📋 copy color: '#0397AA'

red 3 ◦ green 151 ◦ blue 170

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

Shades of Bondi Blue #0397AA

Tints of Bondi Blue #0397AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 0.93%
G = 46.6%
B = 52.47%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0397AA (or 0x0397AA) is known color: Bondi Blue. HEX triplet: 03, 97 and AA. RGB value is (3,151,170). Sum of RGB (Red+Green+Blue) = 3+151+170=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #0397AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0397AA is #FC6855. Grayscale: #6C6C6C. Windows color (decimal): -16541782 or 11179779. OLE color: 11179779.

HSL color Cylindrical-coordinate representation of color #0397AA: hue angle of 186.83º 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 #0397AA is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 151 170 -
CMYK 0.98 0.11 0 0.33
HSL 186.83º 0.97% 0.34% -
HSV(B) 186.83º 0.98% 0.67% -
XYZ 18.36 25.05 41.9 -
YUV 108.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 3 151 170 0.98 0.11 0 0.33 186.83 0.97 0.34
Hex 3 97 AA 62 B 0 21 BB 61 22
Octal 3 227 252 142 13 0 41 273 141 42
Binary 11 10010111 10101010 1100010 1011 0 100001 10111011 1100001 100010

Color Harmonies of #0397AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0397AA

Black with #0397AA

Text Example


Text Example

White with #0397AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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