Html Css Color HEX #389796 Blue Chill

📋 copy color: '#389796'

red 56 ◦ green 151 ◦ blue 150

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

Shades of Blue Chill #389796

Tints of Blue Chill #389796

RGB

 RED value IS 56 (22.27% from 255) = 15.69%

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

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 15.69%
G = 42.3%
B = 42.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#389796 (or 0x389796) is known color: Blue Chill. HEX triplet: 38, 97 and 96. RGB value is (56,151,150). Sum of RGB (Red+Green+Blue) = 56+151+150=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #389796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389796 is #C76869. Grayscale: #7A7A7A. Windows color (decimal): -13068394 or 9869112. OLE color: 9869112.

HSL color Cylindrical-coordinate representation of color #389796: hue angle of 179.37º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389796 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 150 -
CMYK 0.63 0 0.01 0.41
HSL 179.37º 0.46% 0.41% -
HSV(B) 179.37º 0.63% 0.59% -
XYZ 18.2 25.18 32.75 -
YUV 122.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 56 151 150 0.63 0 0.01 0.41 179.37 0.46 0.41
Hex 38 97 96 3F 0 1 29 B3 2E 29
Octal 70 227 226 77 0 1 51 263 56 51
Binary 111000 10010111 10010110 111111 0 1 101001 10110011 101110 101001

Color Harmonies of #389796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389796

Black with #389796

Text Example


Text Example

White with #389796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389796; }

 p { color: rgb(56,151,150); }

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

background-color css

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

 a { background-color: rgb(56,151,150); }

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

border-color css

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

 span { border-color: rgb(56,151,150); }

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