Html Css Color HEX #0396AA Bondi Blue

📋 copy color: '#0396AA'

red 3 ◦ green 150 ◦ blue 170

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

Shades of Bondi Blue #0396AA

Tints of Bondi Blue #0396AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

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

R = 0.93%
G = 46.44%
B = 52.63%

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

#0396AA (or 0x0396AA) is known color: Bondi Blue. HEX triplet: 03, 96 and AA. RGB value is (3,150,170). Sum of RGB (Red+Green+Blue) = 3+150+170=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0396AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0396AA is #FC6955. Grayscale: #6C6C6C. Windows color (decimal): -16542038 or 11179523. OLE color: 11179523.

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

Color convert

RGB 3 150 170 -
CMYK 0.98 0.12 0 0.33
HSL 187.19º 0.97% 0.34% -
HSV(B) 187.19º 0.98% 0.67% -
XYZ 18.2 24.73 41.85 -
YUV 108.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 3 150 170 0.98 0.12 0 0.33 187.19 0.97 0.34
Hex 3 96 AA 62 C 0 21 BB 61 22
Octal 3 226 252 142 14 0 41 273 141 42
Binary 11 10010110 10101010 1100010 1100 0 100001 10111011 1100001 100010

Color Harmonies of #0396AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0396AA

Black with #0396AA

Text Example


Text Example

White with #0396AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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