Html Css Color HEX #379198 Blue Chill

📋 copy color: '#379198'

red 55 ◦ green 145 ◦ blue 152

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

Shades of Blue Chill #379198

Tints of Blue Chill #379198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.19%

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

R = 15.63%
G = 41.19%
B = 43.18%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#379198 (or 0x379198) is known color: Blue Chill. HEX triplet: 37, 91 and 98. RGB value is (55,145,152). Sum of RGB (Red+Green+Blue) = 55+145+152=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #379198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379198 is #C86E67. Grayscale: #767676. Windows color (decimal): -13135464 or 9998647. OLE color: 9998647.

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

Color convert

RGB 55 145 152 -
CMYK 0.64 0.05 0 0.40
HSL 184.33º 0.47% 0.41% -
HSV(B) 184.33º 0.64% 0.6% -
XYZ 17.37 23.33 33.29 -
YUV 118.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 55 145 152 0.64 0.05 0 0.40 184.33 0.47 0.41
Hex 37 91 98 40 5 0 28 B8 2F 29
Octal 67 221 230 100 5 0 50 270 57 51
Binary 110111 10010001 10011000 1000000 101 0 101000 10111000 101111 101001

Color Harmonies of #379198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379198

Black with #379198

Text Example


Text Example

White with #379198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379198; }

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

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

background-color css

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

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

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

border-color css

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

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

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