Html Css Color HEX #379895 Blue Chill

📋 copy color: '#379895'

red 55 ◦ green 152 ◦ blue 149

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

Shades of Blue Chill #379895

Tints of Blue Chill #379895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 15.45%
G = 42.7%
B = 41.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#379895 (or 0x379895) is known color: Blue Chill. HEX triplet: 37, 98 and 95. RGB value is (55,152,149). Sum of RGB (Red+Green+Blue) = 55+152+149=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #379895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379895 is #C8676A. Grayscale: #7A7A7A. Windows color (decimal): -13133675 or 9803831. OLE color: 9803831.

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

Color convert

RGB 55 152 149 -
CMYK 0.64 0 0.02 0.40
HSL 178.14º 0.47% 0.41% -
HSV(B) 178.14º 0.64% 0.6% -
XYZ 18.23 25.44 32.38 -
YUV 122.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 55 152 149 0.64 0 0.02 0.40 178.14 0.47 0.41
Hex 37 98 95 40 0 2 28 B2 2F 29
Octal 67 230 225 100 0 2 50 262 57 51
Binary 110111 10011000 10010101 1000000 0 10 101000 10110010 101111 101001

Color Harmonies of #379895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379895

Black with #379895

Text Example


Text Example

White with #379895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379895; }

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

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

background-color css

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

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

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

border-color css

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

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

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