Html Css Color HEX #379896 Blue Chill

📋 copy color: '#379896'

red 55 ◦ green 152 ◦ blue 150

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

Shades of Blue Chill #379896

Tints of Blue Chill #379896

RGB

 RED value IS 55 (21.88% from 255) = 15.41%

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 15.41%
G = 42.58%
B = 42.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#379896 (or 0x379896) is known color: Blue Chill. HEX triplet: 37, 98 and 96. RGB value is (55,152,150). Sum of RGB (Red+Green+Blue) = 55+152+150=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #379896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379896 is #C86769. Grayscale: #7A7A7A. Windows color (decimal): -13133674 or 9869367. OLE color: 9869367.

HSL color Cylindrical-coordinate representation of color #379896: hue angle of 178.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379896 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 150 -
CMYK 0.64 0 0.01 0.40
HSL 178.76º 0.47% 0.41% -
HSV(B) 178.76º 0.64% 0.6% -
XYZ 18.31 25.47 32.81 -
YUV 122.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 55 152 150 0.64 0 0.01 0.40 178.76 0.47 0.41
Hex 37 98 96 40 0 1 28 B3 2F 29
Octal 67 230 226 100 0 1 50 263 57 51
Binary 110111 10011000 10010110 1000000 0 1 101000 10110011 101111 101001

Color Harmonies of #379896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379896

Black with #379896

Text Example


Text Example

White with #379896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379896; }

 p { color: rgb(55,152,150); }

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

background-color css

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

 a { background-color: rgb(55,152,150); }

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

border-color css

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

 span { border-color: rgb(55,152,150); }

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