Html Css Color HEX #379991 Blue Chill

📋 copy color: '#379991'

red 55 ◦ green 153 ◦ blue 145

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

Shades of Blue Chill #379991

Tints of Blue Chill #379991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 15.58%
G = 43.34%
B = 41.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#379991 (or 0x379991) is known color: Blue Chill. HEX triplet: 37, 99 and 91. RGB value is (55,153,145). Sum of RGB (Red+Green+Blue) = 55+153+145=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #379991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379991 is #C8666E. Grayscale: #7A7A7A. Windows color (decimal): -13133423 or 9541943. OLE color: 9541943.

HSL color Cylindrical-coordinate representation of color #379991: hue angle of 175.1º 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 #379991 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 145 -
CMYK 0.64 0 0.05 0.4
HSL 175.1º 0.47% 0.41% -
HSV(B) 175.1º 0.64% 0.6% -
XYZ 18.08 25.64 30.78 -
YUV 122.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 55 153 145 0.64 0 0.05 0.4 175.1 0.47 0.41
Hex 37 99 91 40 0 5 28 AF 2F 29
Octal 67 231 221 100 0 5 50 257 57 51
Binary 110111 10011001 10010001 1000000 0 101 101000 10101111 101111 101001

Color Harmonies of #379991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379991

Black with #379991

Text Example


Text Example

White with #379991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379991; }

 p { color: rgb(55,153,145); }

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

background-color css

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

 a { background-color: rgb(55,153,145); }

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

border-color css

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

 span { border-color: rgb(55,153,145); }

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