Html Css Color HEX #379596 Blue Chill

📋 copy color: '#379596'

red 55 ◦ green 149 ◦ blue 150

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

Shades of Blue Chill #379596

Tints of Blue Chill #379596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 15.54%
G = 42.09%
B = 42.37%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#379596 (or 0x379596) is known color: Blue Chill. HEX triplet: 37, 95 and 96. RGB value is (55,149,150). Sum of RGB (Red+Green+Blue) = 55+149+150=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #379596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379596 is #C86A69. Grayscale: #787878. Windows color (decimal): -13134442 or 9868599. OLE color: 9868599.

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

Color convert

RGB 55 149 150 -
CMYK 0.63 0.01 0 0.41
HSL 180.63º 0.46% 0.4% -
HSV(B) 180.63º 0.63% 0.59% -
XYZ 17.83 24.51 32.65 -
YUV 121.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 55 149 150 0.63 0.01 0 0.41 180.63 0.46 0.4
Hex 37 95 96 3F 1 0 29 B5 2E 28
Octal 67 225 226 77 1 0 51 265 56 50
Binary 110111 10010101 10010110 111111 1 0 101001 10110101 101110 101000

Color Harmonies of #379596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379596

Black with #379596

Text Example


Text Example

White with #379596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379596; }

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

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

background-color css

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

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

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

border-color css

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

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

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