Html Css Color HEX #37838D Blue Chill

📋 copy color: '#37838D'

red 55 ◦ green 131 ◦ blue 141

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

Shades of Blue Chill #37838D

Tints of Blue Chill #37838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 16.82%
G = 40.06%
B = 43.12%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37838D (or 0x37838D) is known color: Blue Chill. HEX triplet: 37, 83 and 8D. RGB value is (55,131,141). Sum of RGB (Red+Green+Blue) = 55+131+141=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #37838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37838D is #C87C72. Grayscale: #6D6D6D. Windows color (decimal): -13139059 or 9274167. OLE color: 9274167.

HSL color Cylindrical-coordinate representation of color #37838D: hue angle of 186.98º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37838D is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 131 141 -
CMYK 0.61 0.07 0 0.45
HSL 186.98º 0.44% 0.38% -
HSV(B) 186.98º 0.61% 0.55% -
XYZ 14.5 18.97 28.1 -
YUV 109.42 145.82 89.19 -
System Red Green Blue C M Y K H S L
Decimal 55 131 141 0.61 0.07 0 0.45 186.98 0.44 0.38
Hex 37 83 8D 3D 7 0 2D BB 2C 26
Octal 67 203 215 75 7 0 55 273 54 46
Binary 110111 10000011 10001101 111101 111 0 101101 10111011 101100 100110

Color Harmonies of #37838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37838D

Black with #37838D

Text Example


Text Example

White with #37838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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