Html Css Color HEX #37948D Blue Chill

📋 copy color: '#37948D'

red 55 ◦ green 148 ◦ blue 141

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

Shades of Blue Chill #37948D

Tints of Blue Chill #37948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 15.99%
G = 43.02%
B = 40.99%

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

#37948D (or 0x37948D) is known color: Blue Chill. HEX triplet: 37, 94 and 8D. RGB value is (55,148,141). Sum of RGB (Red+Green+Blue) = 55+148+141=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #37948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37948D is #C86B72. Grayscale: #777777. Windows color (decimal): -13134707 or 9278519. OLE color: 9278519.

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

Color convert

RGB 55 148 141 -
CMYK 0.63 0 0.05 0.42
HSL 175.48º 0.46% 0.4% -
HSV(B) 175.48º 0.63% 0.58% -
XYZ 16.97 23.92 28.92 -
YUV 119.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 55 148 141 0.63 0 0.05 0.42 175.48 0.46 0.4
Hex 37 94 8D 3F 0 5 2A AF 2E 28
Octal 67 224 215 77 0 5 52 257 56 50
Binary 110111 10010100 10001101 111111 0 101 101010 10101111 101110 101000

Color Harmonies of #37948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37948D

Black with #37948D

Text Example


Text Example

White with #37948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37948D; }

 p { color: rgb(55,148,141); }

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

background-color css

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

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

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

border-color css

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

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

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