Html Css Color HEX #379398 Blue Chill

📋 copy color: '#379398'

red 55 ◦ green 147 ◦ blue 152

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

Shades of Blue Chill #379398

Tints of Blue Chill #379398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 15.54%
G = 41.53%
B = 42.94%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#379398 (or 0x379398) is known color: Blue Chill. HEX triplet: 37, 93 and 98. RGB value is (55,147,152). Sum of RGB (Red+Green+Blue) = 55+147+152=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #379398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379398 is #C86C67. Grayscale: #777777. Windows color (decimal): -13134952 or 9999159. OLE color: 9999159.

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

Color convert

RGB 55 147 152 -
CMYK 0.64 0.03 0 0.40
HSL 183.09º 0.47% 0.41% -
HSV(B) 183.09º 0.64% 0.6% -
XYZ 17.68 23.95 33.4 -
YUV 120.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 55 147 152 0.64 0.03 0 0.40 183.09 0.47 0.41
Hex 37 93 98 40 3 0 28 B7 2F 29
Octal 67 223 230 100 3 0 50 267 57 51
Binary 110111 10010011 10011000 1000000 11 0 101000 10110111 101111 101001

Color Harmonies of #379398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379398

Black with #379398

Text Example


Text Example

White with #379398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379398; }

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

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

background-color css

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

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

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

border-color css

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

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

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