Html Css Color HEX #379999 Blue Chill

📋 copy color: '#379999'

red 55 ◦ green 153 ◦ blue 153

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

Shades of Blue Chill #379999

Tints of Blue Chill #379999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 15.24%
G = 42.38%
B = 42.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#379999 (or 0x379999) is known color: Blue Chill. HEX triplet: 37, 99 and 99. RGB value is (55,153,153). Sum of RGB (Red+Green+Blue) = 55+153+153=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #379999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379999 is #C86666. Grayscale: #7B7B7B. Windows color (decimal): -13133415 or 10066231. OLE color: 10066231.

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

Color convert

RGB 55 153 153 -
CMYK 0.64 0 0 0.4
HSL 180º 0.47% 0.41% -
HSV(B) 180º 0.64% 0.6% -
XYZ 18.72 25.89 34.15 -
YUV 123.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 55 153 153 0.64 0 0 0.4 180 0.47 0.41
Hex 37 99 99 40 0 0 28 B4 2F 29
Octal 67 231 231 100 0 0 50 264 57 51
Binary 110111 10011001 10011001 1000000 0 0 101000 10110100 101111 101001

Color Harmonies of #379999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379999

Black with #379999

Text Example


Text Example

White with #379999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379999; }

 p { color: rgb(55,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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