Html Css Color HEX #0397AB Bondi Blue

📋 copy color: '#0397AB'

red 3 ◦ green 151 ◦ blue 171

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

Shades of Bondi Blue #0397AB

Tints of Bondi Blue #0397AB

RGB

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

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

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

R = 0.92%
G = 46.46%
B = 52.62%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0397AB (or 0x0397AB) is known color: Bondi Blue. HEX triplet: 03, 97 and AB. RGB value is (3,151,171). Sum of RGB (Red+Green+Blue) = 3+151+171=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #0397AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0397AB is #FC6854. Grayscale: #6C6C6C. Windows color (decimal): -16541781 or 11245315. OLE color: 11245315.

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

Color convert

RGB 3 151 171 -
CMYK 0.98 0.12 0 0.33
HSL 187.14º 0.97% 0.34% -
HSV(B) 187.14º 0.98% 0.67% -
XYZ 18.45 25.09 42.4 -
YUV 109.03 162.97 52.37 -
System Red Green Blue C M Y K H S L
Decimal 3 151 171 0.98 0.12 0 0.33 187.14 0.97 0.34
Hex 3 97 AB 62 C 0 21 BB 61 22
Octal 3 227 253 142 14 0 41 273 141 42
Binary 11 10010111 10101011 1100010 1100 0 100001 10111011 1100001 100010

Color Harmonies of #0397AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0397AB

Black with #0397AB

Text Example


Text Example

White with #0397AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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