Html Css Color HEX #379798 Blue Chill

📋 copy color: '#379798'

red 55 ◦ green 151 ◦ blue 152

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

Shades of Blue Chill #379798

Tints of Blue Chill #379798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 15.36%
G = 42.18%
B = 42.46%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#379798 (or 0x379798) is known color: Blue Chill. HEX triplet: 37, 97 and 98. RGB value is (55,151,152). Sum of RGB (Red+Green+Blue) = 55+151+152=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #379798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379798 is #C86867. Grayscale: #7A7A7A. Windows color (decimal): -13133928 or 10000183. OLE color: 10000183.

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

Color convert

RGB 55 151 152 -
CMYK 0.64 0.01 0 0.40
HSL 180.62º 0.47% 0.41% -
HSV(B) 180.62º 0.64% 0.6% -
XYZ 18.31 25.21 33.61 -
YUV 122.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 55 151 152 0.64 0.01 0 0.40 180.62 0.47 0.41
Hex 37 97 98 40 1 0 28 B5 2F 29
Octal 67 227 230 100 1 0 50 265 57 51
Binary 110111 10010111 10011000 1000000 1 0 101000 10110101 101111 101001

Color Harmonies of #379798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379798

Black with #379798

Text Example


Text Example

White with #379798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379798; }

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

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

background-color css

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

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

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

border-color css

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

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

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