Html Css Color HEX #379096 Blue Chill

📋 copy color: '#379096'

red 55 ◦ green 144 ◦ blue 150

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

Shades of Blue Chill #379096

Tints of Blue Chill #379096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

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

R = 15.76%
G = 41.26%
B = 42.98%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#379096 (or 0x379096) is known color: Blue Chill. HEX triplet: 37, 90 and 96. RGB value is (55,144,150). Sum of RGB (Red+Green+Blue) = 55+144+150=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #379096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379096 is #C86F69. Grayscale: #757575. Windows color (decimal): -13135722 or 9867319. OLE color: 9867319.

HSL color Cylindrical-coordinate representation of color #379096: hue angle of 183.79º 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 #379096 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 144 150 -
CMYK 0.63 0.04 0 0.41
HSL 183.79º 0.46% 0.4% -
HSV(B) 183.79º 0.63% 0.59% -
XYZ 17.05 22.96 32.39 -
YUV 118.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 55 144 150 0.63 0.04 0 0.41 183.79 0.46 0.4
Hex 37 90 96 3F 4 0 29 B8 2E 28
Octal 67 220 226 77 4 0 51 270 56 50
Binary 110111 10010000 10010110 111111 100 0 101001 10111000 101110 101000

Color Harmonies of #379096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379096

Black with #379096

Text Example


Text Example

White with #379096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379096; }

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

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

background-color css

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

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

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

border-color css

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

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

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