Html Css Color HEX #379095 Blue Chill

📋 copy color: '#379095'

red 55 ◦ green 144 ◦ blue 149

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

Shades of Blue Chill #379095

Tints of Blue Chill #379095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 15.8%
G = 41.38%
B = 42.82%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#379095 (or 0x379095) is known color: Blue Chill. HEX triplet: 37, 90 and 95. RGB value is (55,144,149). Sum of RGB (Red+Green+Blue) = 55+144+149=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #379095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379095 is #C86F6A. Grayscale: #757575. Windows color (decimal): -13135723 or 9801783. OLE color: 9801783.

HSL color Cylindrical-coordinate representation of color #379095: hue angle of 183.19º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379095 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 144 149 -
CMYK 0.63 0.03 0 0.42
HSL 183.19º 0.46% 0.4% -
HSV(B) 183.19º 0.63% 0.58% -
XYZ 16.97 22.93 31.96 -
YUV 117.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 55 144 149 0.63 0.03 0 0.42 183.19 0.46 0.4
Hex 37 90 95 3F 3 0 2A B7 2E 28
Octal 67 220 225 77 3 0 52 267 56 50
Binary 110111 10010000 10010101 111111 11 0 101010 10110111 101110 101000

Color Harmonies of #379095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379095

Black with #379095

Text Example


Text Example

White with #379095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379095; }

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

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

background-color css

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

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

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

border-color css

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

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

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