Html Css Color HEX #379296 Blue Chill

📋 copy color: '#379296'

red 55 ◦ green 146 ◦ blue 150

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

Shades of Blue Chill #379296

Tints of Blue Chill #379296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.6%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 15.67%
G = 41.6%
B = 42.74%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#379296 (or 0x379296) is known color: Blue Chill. HEX triplet: 37, 92 and 96. RGB value is (55,146,150). Sum of RGB (Red+Green+Blue) = 55+146+150=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #379296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379296 is #C86D69. Grayscale: #777777. Windows color (decimal): -13135210 or 9867831. OLE color: 9867831.

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

Color convert

RGB 55 146 150 -
CMYK 0.63 0.03 0 0.41
HSL 182.53º 0.46% 0.4% -
HSV(B) 182.53º 0.63% 0.59% -
XYZ 17.36 23.57 32.49 -
YUV 119.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 55 146 150 0.63 0.03 0 0.41 182.53 0.46 0.4
Hex 37 92 96 3F 3 0 29 B7 2E 28
Octal 67 222 226 77 3 0 51 267 56 50
Binary 110111 10010010 10010110 111111 11 0 101001 10110111 101110 101000

Color Harmonies of #379296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379296

Black with #379296

Text Example


Text Example

White with #379296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379296; }

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

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

background-color css

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

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

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

border-color css

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

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

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