Html Css Color HEX #379698 Blue Chill

📋 copy color: '#379698'

red 55 ◦ green 150 ◦ blue 152

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

Shades of Blue Chill #379698

Tints of Blue Chill #379698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

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

R = 15.41%
G = 42.02%
B = 42.58%

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

#379698 (or 0x379698) is known color: Blue Chill. HEX triplet: 37, 96 and 98. RGB value is (55,150,152). Sum of RGB (Red+Green+Blue) = 55+150+152=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #379698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379698 is #C86967. Grayscale: #797979. Windows color (decimal): -13134184 or 9999927. OLE color: 9999927.

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

Color convert

RGB 55 150 152 -
CMYK 0.64 0.01 0 0.40
HSL 181.24º 0.47% 0.41% -
HSV(B) 181.24º 0.64% 0.6% -
XYZ 18.15 24.89 33.55 -
YUV 121.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 55 150 152 0.64 0.01 0 0.40 181.24 0.47 0.41
Hex 37 96 98 40 1 0 28 B5 2F 29
Octal 67 226 230 100 1 0 50 265 57 51
Binary 110111 10010110 10011000 1000000 1 0 101000 10110101 101111 101001

Color Harmonies of #379698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379698

Black with #379698

Text Example


Text Example

White with #379698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379698; }

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

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

background-color css

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

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

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

border-color css

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

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

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