Html Css Color HEX #37968F Blue Chill

📋 copy color: '#37968F'

red 55 ◦ green 150 ◦ blue 143

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

Shades of Blue Chill #37968F

Tints of Blue Chill #37968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 15.8%
G = 43.1%
B = 41.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#37968F (or 0x37968F) is known color: Blue Chill. HEX triplet: 37, 96 and 8F. RGB value is (55,150,143). Sum of RGB (Red+Green+Blue) = 55+150+143=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #37968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37968F is #C86970. Grayscale: #787878. Windows color (decimal): -13134193 or 9410103. OLE color: 9410103.

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

Color convert

RGB 55 150 143 -
CMYK 0.63 0 0.05 0.41
HSL 175.58º 0.46% 0.4% -
HSV(B) 175.58º 0.63% 0.59% -
XYZ 17.44 24.61 29.82 -
YUV 120.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 55 150 143 0.63 0 0.05 0.41 175.58 0.46 0.4
Hex 37 96 8F 3F 0 5 29 B0 2E 28
Octal 67 226 217 77 0 5 51 260 56 50
Binary 110111 10010110 10001111 111111 0 101 101001 10110000 101110 101000

Color Harmonies of #37968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37968F

Black with #37968F

Text Example


Text Example

White with #37968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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