#37848A

Color #37848A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #37848A

Tints of Blue Chill #37848A

Color information

#37848A (or 0x37848A) is unknown color: approx Blue Chill. HEX triplet: 37, 84 and 8A. RGB value is (55,132,138). Sum of RGB (Red+Green+Blue) = 55+132+138=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #37848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37848A is #C87B75. Grayscale: #6D6D6D. Windows color (decimal): -13138806 or 9077815. OLE color: 9077815.

HSL color Cylindrical-coordinate representation of color #37848A: hue angle of 184.34º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37848A is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55132138-
CMYK0.600.0400.46
HSL184.34º43.01%37.84%-
HSV(B)184.34º60.14%54.12%-
XYZ14.4119.1526.98-
YUV109.66143.9989.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=16.92%
G=40.62%
B=42.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551321380.600.0400.46184.3443.0137.84
Hex37848A3C402Eb82b26
Octal672042127440562705346
Binary1101111000010010001010111100100010111010111000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37848A; }

 p { color: rgb(55,132,138); }

 H1.HeaderClassName
 {
   color: #37848A;
 }
 .AnyTagClassName
 {
   color: #37848A;
 }
</style>
background-color css

<style>
 a { background-color: #37848A; }

 a { background-color: rgb(55,132,138); }

 div.DivClassName
 {
   background-color: #37848A;
 }
 .BgClassName
 {
   background-color: #37848A;
 }
</style>
border-color css

<style>
 span { border-color: #37848A; }

 span { border-color: rgb(55,132,138); }

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