Html Css Color HEX #37938C Blue Chill

📋 copy color: '#37938C'

red 55 ◦ green 147 ◦ blue 140

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

Shades of Blue Chill #37938C

Tints of Blue Chill #37938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 16.08%
G = 42.98%
B = 40.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#37938C (or 0x37938C) is known color: Blue Chill. HEX triplet: 37, 93 and 8C. RGB value is (55,147,140). Sum of RGB (Red+Green+Blue) = 55+147+140=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #37938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37938C is #C86C73. Grayscale: #767676. Windows color (decimal): -13134964 or 9212727. OLE color: 9212727.

HSL color Cylindrical-coordinate representation of color #37938C: hue angle of 175.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37938C is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 147 140 -
CMYK 0.63 0 0.05 0.42
HSL 175.43º 0.46% 0.4% -
HSV(B) 175.43º 0.63% 0.58% -
XYZ 16.74 23.57 28.48 -
YUV 118.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 55 147 140 0.63 0 0.05 0.42 175.43 0.46 0.4
Hex 37 93 8C 3F 0 5 2A AF 2E 28
Octal 67 223 214 77 0 5 52 257 56 50
Binary 110111 10010011 10001100 111111 0 101 101010 10101111 101110 101000

Color Harmonies of #37938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37938C

Black with #37938C

Text Example


Text Example

White with #37938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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