Html Css Color HEX #379497 Blue Chill

📋 copy color: '#379497'

red 55 ◦ green 148 ◦ blue 151

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

Shades of Blue Chill #379497

Tints of Blue Chill #379497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 15.54%
G = 41.81%
B = 42.66%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#379497 (or 0x379497) is known color: Blue Chill. HEX triplet: 37, 94 and 97. RGB value is (55,148,151). Sum of RGB (Red+Green+Blue) = 55+148+151=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #379497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379497 is #C86B68. Grayscale: #787878. Windows color (decimal): -13134697 or 9933879. OLE color: 9933879.

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

Color convert

RGB 55 148 151 -
CMYK 0.64 0.02 0 0.41
HSL 181.88º 0.47% 0.4% -
HSV(B) 181.88º 0.64% 0.59% -
XYZ 17.75 24.23 33.02 -
YUV 120.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 55 148 151 0.64 0.02 0 0.41 181.88 0.47 0.4
Hex 37 94 97 40 2 0 29 B6 2F 28
Octal 67 224 227 100 2 0 51 266 57 50
Binary 110111 10010100 10010111 1000000 10 0 101001 10110110 101111 101000

Color Harmonies of #379497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379497

Black with #379497

Text Example


Text Example

White with #379497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379497; }

 p { color: rgb(55,148,151); }

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

background-color css

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

 a { background-color: rgb(55,148,151); }

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

border-color css

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

 span { border-color: rgb(55,148,151); }

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