#37868a

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

Shades of Blue Chill #37868A

Tints of Blue Chill #37868A

Color information

#37868A (or 0x37868A) is unknown color: approx Blue Chill. HEX triplet: 37, 86 and 8A. RGB value is (55,134,138). Sum of RGB (Red+Green+Blue) = 55+134+138=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #37868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37868A is #C87975. Grayscale: #6E6E6E. Windows color (decimal): -13138294 or 9078327. OLE color: 9078327.

HSL color Cylindrical-coordinate representation of color #37868A: hue angle of 182.89º 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 #37868A is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55134138-
CMYK0.600.0300.46
HSL182.89º43.01%37.84%-
HSV(B)182.89º60.14%54.12%-
XYZ14.6919.727.07-
YUV110.84143.3388.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=16.82%
G=40.98%
B=42.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551341380.600.0300.46182.8943.0137.84
Hex37868A3C302Eb72b26
Octal672062127430562675346
Binary110111100001101000101011110011010111010110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37868a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37868a; }

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

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

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

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

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

<style>
 span { border-color: #37868a; }

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

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