Html Css Color HEX #379990 Blue Chill

📋 copy color: '#379990'

red 55 ◦ green 153 ◦ blue 144

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

Shades of Blue Chill #379990

Tints of Blue Chill #379990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 15.63%
G = 43.47%
B = 40.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#379990 (or 0x379990) is known color: Blue Chill. HEX triplet: 37, 99 and 90. RGB value is (55,153,144). Sum of RGB (Red+Green+Blue) = 55+153+144=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #379990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379990 is #C8666F. Grayscale: #7A7A7A. Windows color (decimal): -13133424 or 9476407. OLE color: 9476407.

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

Color convert

RGB 55 153 144 -
CMYK 0.64 0 0.06 0.4
HSL 174.49º 0.47% 0.41% -
HSV(B) 174.49º 0.64% 0.6% -
XYZ 18 25.61 30.38 -
YUV 122.67 140.03 79.73 -
System Red Green Blue C M Y K H S L
Decimal 55 153 144 0.64 0 0.06 0.4 174.49 0.47 0.41
Hex 37 99 90 40 0 6 28 AE 2F 29
Octal 67 231 220 100 0 6 50 256 57 51
Binary 110111 10011001 10010000 1000000 0 110 101000 10101110 101111 101001

Color Harmonies of #379990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379990

Black with #379990

Text Example


Text Example

White with #379990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379990; }

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

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

background-color css

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

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

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

border-color css

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

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

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