Html Css Color HEX #37948B Blue Chill

📋 copy color: '#37948B'

red 55 ◦ green 148 ◦ blue 139

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

Shades of Blue Chill #37948B

Tints of Blue Chill #37948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 16.08%
G = 43.27%
B = 40.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#37948B (or 0x37948B) is known color: Blue Chill. HEX triplet: 37, 94 and 8B. RGB value is (55,148,139). Sum of RGB (Red+Green+Blue) = 55+148+139=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #37948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37948B is #C86B74. Grayscale: #777777. Windows color (decimal): -13134709 or 9147447. OLE color: 9147447.

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

Color convert

RGB 55 148 139 -
CMYK 0.63 0 0.06 0.42
HSL 174.19º 0.46% 0.4% -
HSV(B) 174.19º 0.63% 0.58% -
XYZ 16.83 23.86 28.14 -
YUV 119.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 55 148 139 0.63 0 0.06 0.42 174.19 0.46 0.4
Hex 37 94 8B 3F 0 6 2A AE 2E 28
Octal 67 224 213 77 0 6 52 256 56 50
Binary 110111 10010100 10001011 111111 0 110 101010 10101110 101110 101000

Color Harmonies of #37948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37948B

Black with #37948B

Text Example


Text Example

White with #37948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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