Html Css Color HEX #379992 Blue Chill

📋 copy color: '#379992'

red 55 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #379992

Tints of Blue Chill #379992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 15.54%
G = 43.22%
B = 41.24%

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

#379992 (or 0x379992) is known color: Blue Chill. HEX triplet: 37, 99 and 92. RGB value is (55,153,146). Sum of RGB (Red+Green+Blue) = 55+153+146=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #379992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379992 is #C8666D. Grayscale: #7A7A7A. Windows color (decimal): -13133422 or 9607479. OLE color: 9607479.

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

Color convert

RGB 55 153 146 -
CMYK 0.64 0 0.05 0.4
HSL 175.71º 0.47% 0.41% -
HSV(B) 175.71º 0.64% 0.6% -
XYZ 18.16 25.67 31.19 -
YUV 122.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 55 153 146 0.64 0 0.05 0.4 175.71 0.47 0.41
Hex 37 99 92 40 0 5 28 B0 2F 29
Octal 67 231 222 100 0 5 50 260 57 51
Binary 110111 10011001 10010010 1000000 0 101 101000 10110000 101111 101001

Color Harmonies of #379992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379992

Black with #379992

Text Example


Text Example

White with #379992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379992; }

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

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

background-color css

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

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

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

border-color css

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

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

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