Html Css Color HEX #379693 Blue Chill

📋 copy color: '#379693'

red 55 ◦ green 150 ◦ blue 147

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

Shades of Blue Chill #379693

Tints of Blue Chill #379693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 15.63%
G = 42.61%
B = 41.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#379693 (or 0x379693) is known color: Blue Chill. HEX triplet: 37, 96 and 93. RGB value is (55,150,147). Sum of RGB (Red+Green+Blue) = 55+150+147=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #379693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379693 is #C8696C. Grayscale: #797979. Windows color (decimal): -13134189 or 9672247. OLE color: 9672247.

HSL color Cylindrical-coordinate representation of color #379693: hue angle of 178.11º 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 #379693 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 147 -
CMYK 0.63 0 0.02 0.41
HSL 178.11º 0.46% 0.4% -
HSV(B) 178.11º 0.63% 0.59% -
XYZ 17.75 24.73 31.44 -
YUV 121.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 55 150 147 0.63 0 0.02 0.41 178.11 0.46 0.4
Hex 37 96 93 3F 0 2 29 B2 2E 28
Octal 67 226 223 77 0 2 51 262 56 50
Binary 110111 10010110 10010011 111111 0 10 101001 10110010 101110 101000

Color Harmonies of #379693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379693

Black with #379693

Text Example


Text Example

White with #379693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379693; }

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

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

background-color css

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

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

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

border-color css

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

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

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